Files
NativeScript/fetch/README.md
Vladimir Enchev 44e6014d3c initial commit
2015-07-16 16:51:59 +03:00

18 lines
293 B
Markdown

# Isomorphic Fetch Implementation
## status
WIP
## motivation
implementation of [fetch API](https://fetch.spec.whatwg.org/) in pure javascript.
polyfill for browser, and implemnt for node.js.
make network http access isomorphic.
## License
The MIT License (MIT)
Copyright (c) 2013 Jxck