Fix typo of 'Fetch: Abort'
This commit is contained in:
parent
0789e3833d
commit
141188100d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ let results = await Promise.all(fetchJobs);
|
||||||
// controller.abort() stops all fetches
|
// controller.abort() stops all fetches
|
||||||
```
|
```
|
||||||
|
|
||||||
If wee have our own jobs, different from `fetch`, we can use a single `AbortController` to stop those, together with fetches.
|
If we have our own jobs, different from `fetch`, we can use a single `AbortController` to stop those, together with fetches.
|
||||||
|
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue