We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The cross-fetch module is causing a deprecation warning when used with Node 22:
(node:70430) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
There is not much meaning supporting browser/node that does not have a native fetch, I can help removing the dependency if you are okay with it.
The text was updated successfully, but these errors were encountered:
@zcbenz Thank you for bringing this to our attention. Please feel free to open a PR. Your contribution is appreciated!
Sorry, something went wrong.
Use native fetch (#136)
d369b2a
Close #135.
Successfully merging a pull request may close this issue.
The cross-fetch module is causing a deprecation warning when used with Node 22:
There is not much meaning supporting browser/node that does not have a native fetch, I can help removing the dependency if you are okay with it.
The text was updated successfully, but these errors were encountered: