1

我的用法很基本:

import fetch from 'node-fetch';
const res = await fetch(url, GenerateRequestOptions(token));

并且fetch调用会产生警告:

[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

由于我没有headers直接访问,所以我想修复应该在包中?

4

0 回答 0