节点获取:[DEP0066]不建议使用警告:不推荐使用OutgoingMessage.prototype._headers

时间:2019-07-11 14:45:42

标签: node.js deprecation-warning node-fetch

我的用法很基本:

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

fetch调用会产生警告:

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

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

0 个答案:

没有答案