taro-fetch
v1.0.3
Published
a fetch ponyfill for tarojs
Maintainers
Readme
Taro-fetch
a fetch Ponyfill for mini apps
Usage
import fetch from 'taro-fetch'
fetch('http://example.com/movies.json')
.then(function(response) {
return response.json();
});Installation
npm install taro-fetch
License
MIT © cuijiemmx
