Skip to content
New issue

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

Use native fetch instead of cross-fetch #135

Closed
zcbenz opened this issue Jul 13, 2024 · 1 comment · Fixed by #136
Closed

Use native fetch instead of cross-fetch #135

zcbenz opened this issue Jul 13, 2024 · 1 comment · Fixed by #136

Comments

@zcbenz
Copy link

zcbenz commented Jul 13, 2024

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.

@enddynayn
Copy link
Collaborator

enddynayn commented Jul 15, 2024

@zcbenz Thank you for bringing this to our attention. Please feel free to open a PR. Your contribution is appreciated!

shannonwells pushed a commit that referenced this issue Jul 16, 2024
Close #135.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants