mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
18 lines
293 B
Markdown
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
|