Hi there,
I’m running into the following deprecation warning when installing a package that depends on node-fetch-commonjs:
npm WARN deprecated [email protected]: Use your platform's native DOMException instead.
It looks like node-fetch-commonjs includes node-domexception as a dependency. Since node-domexception is now deprecated, it would be great if your package could rely on the native DOMException that’s built into modern Node.js instead. Can you fix this dependency and switch to the native DOMException?
Thanks!