Skip to content

Commit add9980

Browse files
committed
chore: add external reference about introduction of abortable fetch
1 parent 97f4a6f commit add9980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fetch('https://jsonplaceholder.typicode.com/todos/1', { signal: controller.signa
7373
.then(json => console.log(json))
7474
```
7575

76-
Learn more about abortable fetch at
76+
Learn more about aborting fetch at https://developers.google.com/web/updates/2017/09/abortable-fetch.
7777

7878
### Cookies
7979

0 commit comments

Comments
 (0)