Skip to content

Commit

Permalink
Fix ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 31, 2019
1 parent 9a0bce2 commit 1364c85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -21,6 +21,7 @@ replacement for most uses of XMLHttpRequest in traditional web applications.
* [Handling HTTP error statuses](#handling-http-error-statuses)
* [Sending cookies](#sending-cookies)
* [Receiving cookies](#receiving-cookies)
* [Redirect modes](#redirect-modes)
* [Obtaining the Response URL](#obtaining-the-response-url)
* [Aborting requests](#aborting-requests)
* [Browser Support](#browser-support)
Expand Down Expand Up @@ -293,8 +294,6 @@ response.headers['X-Request-URL'] = request.url
This server workaround is necessary if you need reliable `response.url` in
Firefox < 32, Chrome < 37, Safari, or IE.

#### Controlling redirects

#### Aborting requests

This polyfill supports
Expand Down

0 comments on commit 1364c85

Please sign in to comment.