From 1364c85717b277356dfa5f27ce82fc1997bf8796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 31 Oct 2019 21:05:26 +0100 Subject: [PATCH] Fix ToC --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 66c87498..066e9092 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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