node-fetch/fetch-blob

All versions of node-domexception have been deprecated

Opened this issue · 2 comments

The deprecation message says "Use your platform's native DOMException instead".

Node has a DOMException, but only since version 17, so switching to it would bump the minimum version for this package.

Versions that old are EOL anyway, but at least in v18, Node has a native Blob object too, making this package unnecessary

The deprecation message says "Use your platform's native DOMException instead".

Node has a DOMException, but only since version 17, so switching to it would bump the minimum version for this package.

Versions that old are EOL anyway, but at least in v18, Node has a native Blob object too, making this package unnecessary

Even with native Blob objects, this package is still useful according to this issue: node-fetch/node-fetch#1159