Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 806e371

Browse files
Update article.md
1 parent 6df0982 commit 806e371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎5-network/04-fetch-abort/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ As we can see, `AbortController` is just a means to pass `abort` events when `ab
5050

5151
We could implement same kind of event listening in our code on our own, without `AbortController` object at all.
5252

53-
But what's valuable is that `fetch` knows how to work with `AbortController` object, it's integrated with it.
53+
But what's valuable is that `fetch` knows how to work with `AbortController` object, it's integrated with it.
5454

5555
## Using with fetch
5656

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /