Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.