We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f4a6f commit add9980Copy full SHA for add9980
README.md
@@ -73,7 +73,7 @@ fetch('https://jsonplaceholder.typicode.com/todos/1', { signal: controller.signa
73
.then(json => console.log(json))
74
```
75
76
-Learn more about abortable fetch at
+Learn more about aborting fetch at https://developers.google.com/web/updates/2017/09/abortable-fetch.
77
78
### Cookies
79
0 commit comments