Skip to content

Commit e882e72

Browse files
committed
fix
1 parent 00b356c commit e882e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-network/1-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In modern web-development `XMLHttpRequest` may be used for three reasons:
1212
2. We need to support old browsers, and don't want polyfills (e.g. to keep scripts tiny).
1313
3. We need something that `fetch` can't do yet, e.g. to track upload progress.
1414

15-
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to <info:fetch>.
15+
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to fetch (coming soon).
1616

1717
## Basic flow
1818

0 commit comments

Comments
 (0)