https://github.com/jaydson/fetch
Github's window.fetch polyfill in ES6
https://github.com/jaydson/fetch
Last synced: 9 months ago
JSON representation
Github's window.fetch polyfill in ES6
- Host: GitHub
- URL: https://github.com/jaydson/fetch
- Owner: jaydson
- License: mit
- Created: 2014-11-04T21:34:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T21:34:51.000Z (over 11 years ago)
- Last Synced: 2025-03-27T22:15:52.593Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fetch
[](https://npmjs.org/package/fetch)
[](https://travis-ci.org/jaydson/fetch-es6)
[](https://david-dm.org/jaydson/fetch-es6)
[](https://david-dm.org/jaydson/fetch-es6#info=devDependencies)
fetch ES6 module
# Install
```
npm install --save fetch
```
# Changelog
- **1.0.0**: initial release.