Taro Fetch polyfill
Taro 3+ 非官方 W3C fetch()
API 补丁
用法
import 'taro-fetch-polyfill';
fetch('https://api.github.com')
.then(response => response.json())
.then(console.log);
Taro 3+ 非官方 W3C fetch()
API 补丁
import 'taro-fetch-polyfill';
fetch('https://api.github.com')
.then(response => response.json())
.then(console.log);
npm i taro-fetch-polyfill
2
0.5.0-rc.0
LGPL-3.0
145 kB
15