An open API service indexing awesome lists of open source software.

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.

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