Skip to content

Commit

Permalink
chore: removed warning on README for envs without Promise support
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed May 7, 2023
1 parent e67ba00 commit 25820d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ import fetch from 'cross-fetch';
})();
```

> ⚠️ **Warning**: If you're in an environment that doesn't support Promises such as Internet Explorer, you must install an ES6 Promise compatible polyfill. [es6-promise](https://github.com/jakearchibald/es6-promise) is suggested.

## Demo & API

You can find a comprehensive doc at [Github's fetch](https://github.github.io/fetch/) page. If you want to play with cross-fetch, check our [**JSFiddle playground**](https://jsfiddle.net/lquixada/3ypqgacp/).
Expand Down

0 comments on commit 25820d2

Please sign in to comment.