Skip to content

Commit

Permalink
Explain why Isomorphic Fetch is needed in docs (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengrunfeld authored Sep 14, 2020
1 parent e32b006 commit 0f5edd0
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 @@ -12,6 +12,10 @@ For [ease-of-maintenance and backward-compatibility reasons][why polyfill], this
[why polyfill]: https://github.com/matthew-andrews/isomorphic-fetch/issues/31#issuecomment-149668361
[fetch-ponyfill]: https://github.com/qubyte/fetch-ponyfill

## Why Use Isomorphic Fetch

The Fetch API is currently [not implemented consistently](http://caniuse.com/#search=fetch) across browsers. This module will enable you to use `fetch` in your Node code in a cross-browser compliant fashion. The Fetch API is part of the Web platform API defined by the standards bodies WHATWG and W3C.

## Installation

### NPM
Expand Down

0 comments on commit 0f5edd0

Please sign in to comment.