Update article.md
This commit is contained in:
parent
6df0982d84
commit
806e3710e5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ As we can see, `AbortController` is just a means to pass `abort` events when `ab
|
||||||
|
|
||||||
We could implement same kind of event listening in our code on our own, without `AbortController` object at all.
|
We could implement same kind of event listening in our code on our own, without `AbortController` object at all.
|
||||||
|
|
||||||
But what's valuable is that `fetch` knows how to work with `AbortController` object, it's integrated with it.
|
But what's valuable is that `fetch` knows how to work with `AbortController` object, it's integrated with it.
|
||||||
|
|
||||||
## Using with fetch
|
## Using with fetch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue