Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydson/fetch
Github's window.fetch polyfill in ES6
https://github.com/jaydson/fetch
Last synced: 30 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T21:34:51.000Z (about 10 years ago)
- Last Synced: 2024-10-17T16:55:16.540Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fetch
[![npm version](http://img.shields.io/npm/v/fetch.svg)](https://npmjs.org/package/fetch)
[![Build Status](http://img.shields.io/travis/jaydson/fetch-es6.svg)](https://travis-ci.org/jaydson/fetch-es6)
[![Dependency Status](http://img.shields.io/david/jaydson/fetch-es6.svg)](https://david-dm.org/jaydson/fetch-es6)
[![devDependency Status](http://img.shields.io/david/dev/jaydson/fetch-es6.svg)](https://david-dm.org/jaydson/fetch-es6#info=devDependencies)fetch ES6 module
# Install
```
npm install --save fetch
```# Changelog
- **1.0.0**: initial release.