FETCH Packages

declarative-promise

Behaves kinda like the es6 Promise api, but it doesn't actually *do* anything. It just produces a description of what is to be done, by someone else. At the moment, it's designed to work with the [redux-fetch](https://github.com/ashaffer/redux-fetch) mi

0.2.1 • Published 10 years ago

better-fetcher

A library to extend fetch in a similar manner to existing libraries for xhr requests. Including some features exclusive to using fetch.

1.1.6 • Published 6 years ago

easy-fetcher

基于promise和fetch封装的网络请求库 ##使用范例 ```javascript async request() { const fetcher = new Fetcher("http://www.***.com", {headers:{"Content-Type": "application/json"},credentials: "include"}, DataType.JSON, 10000); try {

1.5.4 • Published 6 years ago

fat-tony

*The name is inspired by Tony Soprano for his "break the rules" approach, and also "Fat Tony" a recurring character in the works of Nassim Nicholas Taleb who embodies street smarts and thrift.*

1.0.1 • Published 5 years ago

fetch-chunk

An extension of the browser fetch function allowing us to process incoming data in chunks instead of waiting for the full fetch to complete.

2.4.0 • Published 6 years ago

fetch-plugin

fetch polyfill with TIMEOUT setting and other options, extend from whatwg-fetch

1.2.8 • Published 5 years ago