Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation of inability to polyfill redirect portion of standard #285

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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