You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
If you fix this, other libraries like OpenAI could benefit from this, as they have the same issue coming from node-fetch: openai/openai-node#527
The text was updated successfully, but these errors were encountered:
Hmm not sure how they benefit from this because node-fetch is not in this repo and it is not maintained by us -> This is their repo https://github.com/node-fetch/node-fetch
We don't use punycode directly in @whatwg-node/fetch and probably it comes from a dependency we have.
Describe the bug
When using
fetch
, I get this warning from the latest Node.js (v21.2.0):To Reproduce Steps to reproduce the behavior:
Just use the latest version of
@whatwg-node/fetch
with Node v21.2.0.I get it with this simple script:
Expected behavior
Not getting this warning
Environment:
@whatwg-node/fetch
: 0.9.14Additional context
If you fix this, other libraries like OpenAI could benefit from this, as they have the same issue coming from node-fetch:
openai/openai-node#527
The text was updated successfully, but these errors were encountered: