Skip to content

Commit 0f5edd0

Browse files
authored
Explain why Isomorphic Fetch is needed in docs (#135)
1 parent e32b006 commit 0f5edd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ For [ease-of-maintenance and backward-compatibility reasons][why polyfill], this
1212
[why polyfill]: https://github.com/matthew-andrews/isomorphic-fetch/issues/31#issuecomment-149668361
1313
[fetch-ponyfill]: https://github.com/qubyte/fetch-ponyfill
1414

15+
## Why Use Isomorphic Fetch
16+
17+
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.
18+
1519
## Installation
1620

1721
### NPM

0 commit comments

Comments
 (0)