Skip to content

mkrymski/typescript-fetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-fetch

A TypeScript type definition for the Fetch API

This is based off the Fetch Standard spec as of 9 March 2015.

It requires the ES6 Promises type definitions:
https://github.com/borisyankov/DefinitelyTyped/tree/master/es6-promise

And, unless you're using Chrome Canary, the following polyfills in production:

Note: The headers dictionary should have an iterator however I'm not sure how to go about implementing it - feel free to submit a PR for this change.

About

A TypeScript type definition for the Fetch API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 3.4%
  • TypeScript 1.8%