taro-fetch-polyfill

0.5.0-rc.0 • Public • Published

Taro Fetch polyfill

Taro 3+ 非官方 W3C fetch() API 补丁

CI & CD

NPM

用法

import 'taro-fetch-polyfill';

fetch('https://api.github.com')
    .then(response => response.json())
    .then(console.log);

Package Sidebar

Install

npm i taro-fetch-polyfill

Weekly Downloads

2

Version

0.5.0-rc.0

License

LGPL-3.0

Unpacked Size

145 kB

Total Files

15

Last publish

Collaborators

  • tech_query