You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 5-network/07-xmlhttprequest/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ In modern web-development `XMLHttpRequest` may be used for three reasons:
12
12
2. We need to support old browsers, and don't want polyfills (e.g. to keep scripts tiny).
13
13
3. We need something that `fetch` can't do yet, e.g. to track upload progress.
14
14
15
-
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to [fetch](https://javascript.info/fetch-basics).
15
+
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to <info:fetch-basics>.
0 commit comments