Skip to content

Commit

Permalink
Call out #Caveats higher up in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrhode2 authored and JakeChampion committed Jul 30, 2020
1 parent 0ebc095 commit 8572451
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 @@ -31,6 +31,8 @@ replacement for most uses of XMLHttpRequest in traditional web applications.
* If you believe you found a bug with how `fetch` behaves in your browser,
please **don't open an issue in this repository** unless you are testing in
an old version of a browser that doesn't support `window.fetch` natively.
Make sure you read this _entire_ readme, especially the [Caveats](#caveats)
section, as there's probably a known work-around for an issue you've found.
This project is a _polyfill_, and since all modern browsers now implement the
`fetch` function natively, **no code from this project** actually takes any
effect there. See [Browser support](#browser-support) for detailed
Expand Down

0 comments on commit 8572451

Please sign in to comment.