https://github.com/nuintun/fetch
A pure JavaScript window.fetch polyfill.
https://github.com/nuintun/fetch
fetch fetch-api
Last synced: about 1 year ago
JSON representation
A pure JavaScript window.fetch polyfill.
- Host: GitHub
- URL: https://github.com/nuintun/fetch
- Owner: nuintun
- License: mit
- Created: 2017-11-28T07:12:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T03:40:06.000Z (almost 4 years ago)
- Last Synced: 2024-09-06T01:07:19.274Z (almost 2 years ago)
- Topics: fetch, fetch-api
- Language: JavaScript
- Homepage: https://nuintun.github.io/fetch
- Size: 805 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fetch
> A pure JavaScript window.fetch polyfill.
>
> [![NPM Version][npm-image]][npm-url]
> [![Dependencies][david-image]][david-url]
### Supports all mainstream browsers
> If not `CORS` support `IE >= 7` else support `IE >= 8`
>
> Notice: If `CORS` request IE8-9 use [XDomainRequest](https://developer.mozilla.org/en-US/docs/Web/API/XDomainRequest)
### Examples
> [examples/index.html](https://nuintun.github.io/fetch/examples/index.html)
### Thanks
> [GitHub/fetch](https://github.com/github/fetch)
[npm-image]: https://img.shields.io/npm/v/@nuintun/fetch.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/@nuintun/fetch
[david-image]: http://img.shields.io/david/dev/nuintun/fetch.svg?style=flat-square
[david-url]: https://david-dm.org/nuintun/fetch?type=dev