使用cross-fetch替换node-fetch和isomorphic-fetch

安装

yarn add cross-fetch

使用

import fetch from 'cross-fetch';

polyfill的使用方式

import 'cross-fetch/polyfill';
posted @ 2022-10-23 17:05  灯塔下的守望者  阅读(132)  评论(0编辑  收藏  举报