Skip to content

Commit

Permalink
Add documentation of inability to polyfill redirect portion of standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Axelson committed Feb 26, 2016
1 parent 31bd9c4 commit 7ae93a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ bear keeping in mind:
* By default, `fetch` **won't send any cookies** to the server, resulting in
unauthenticated requests if the site relies on maintaining a user session.

Additionally some things cannot be polyfilled:

* Due to the limitations of XHR Fetch [cannot control the redirect mode](https://github.com/github/fetch/issues/137)

#### Handling HTTP error statuses

To have `fetch` Promise reject on HTTP error statuses, i.e. on any non-2xx
Expand Down

0 comments on commit 7ae93a4

Please sign in to comment.