Skip to content

All versions of node-domexception have been deprecated #175

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

Open
jayvdb opened this issue Apr 28, 2025 · 2 comments · May be fixed by #176
Open

All versions of node-domexception have been deprecated #175

jayvdb opened this issue Apr 28, 2025 · 2 comments · May be fixed by #176

Comments

@jayvdb
Copy link

jayvdb commented Apr 28, 2025

See https://www.npmjs.com/package/node-domexception?activeTab=versions

@vpzomtrrfrt
Copy link

vpzomtrrfrt commented May 16, 2025

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

@arkandias
Copy link

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

@arkandias arkandias linked a pull request May 28, 2025 that will close this issue
3 tasks
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.

3 participants