Closed zcbenz closed 4 months ago
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.
@zcbenz Thank you for bringing this to our attention. Please feel free to open a PR. Your contribution is appreciated!
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.