We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33275b2 commit 37b2ae4Copy full SHA for 37b2ae4
1 file changed
5-network/03-fetch-abort/article.md
@@ -26,7 +26,7 @@
26
27
controller.abort(); // 中止!
28
29
- alert(signal.aborted); // true(在中止后)
+ alert(signal.aborted); // true(在中止之后)
30
```
31
32
- Step 2:将 `signal` 属性传递给 `fetch` 选项:
0 commit comments