Update article.md

This commit is contained in:
LeviDing 2020-11-13 20:29:51 +08:00 committed by GitHub
parent 6df0982d84
commit 806e3710e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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