Skip to content

Commit

Permalink
Add keepalive caveat
Browse files Browse the repository at this point in the history
Closes #780
  • Loading branch information
JakeChampion committed Jul 10, 2020
1 parent b65ed60 commit 259dc6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -192,6 +192,8 @@ fetch('/avatars', {
* Not all Fetch standard options are supported in this polyfill. For instance,
[`redirect`](#redirect-modes) and
[`cache`](https://github.github.io/fetch/#caveats) directives are ignored.

* `keepalive` is not supported because it would involve making a synchronous XHR, which is something this project is not willing to do. See [issue #700](https://github.com/github/fetch/issues/700#issuecomment-484188326) for more information.

#### Handling HTTP error statuses

Expand Down

0 comments on commit 259dc6a

Please sign in to comment.