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 6060bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ 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.

* 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 6060bda

Please sign in to comment.