added link to exist page
This commit is contained in:
parent
44bae6a6f4
commit
43f5821101
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ In modern web-development `XMLHttpRequest` may be used for three reasons:
|
||||||
2. We need to support old browsers, and don't want polyfills (e.g. to keep scripts tiny).
|
2. We need to support old browsers, and don't want polyfills (e.g. to keep scripts tiny).
|
||||||
3. We need something that `fetch` can't do yet, e.g. to track upload progress.
|
3. We need something that `fetch` can't do yet, e.g. to track upload progress.
|
||||||
|
|
||||||
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to fetch (coming soon).
|
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to [fetch](https://javascript.info/fetch-basics).
|
||||||
|
|
||||||
## Basic flow
|
## Basic flow
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue