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