added link to exist page (#985)

added link to exist page

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
Alexey Pyltsyn 2019-05-16 12:59:10 +03:00 committed by GitHub
commit 40a4e181be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <info:fetch-basics>.
## Basic flow ## Basic flow