Back to Explore
This is a Node.js package that provides an implementation of the DOMException class from NodeJS, useful when you need DOMException in environments where it is not easily available to import or require. It is intended for cross-environment use, exposing globalThis.DOMException (when needed) and matching NodeJS behavior and legacy error codes. The project is marked deprecated, with guidance to use the platform’s native DOMException and Node.js 18+.
Project status
- The upstream repository is marked as archived, indicating it is not actively maintained in the usual sense.
- The most recent upstream push is 2025-04-19, and the last documented package update here is 2.0.1 from 2023-07-17, suggesting a long period with no meaningful updates relative to today (2026-09-10).
AI summary generated
AI-generated from public sources. May be inaccurate. Report
Recent updates
2.0.1
Release 2.0.1 mainly makes a small implementation change, described as switching to an `atob` solution. It also removes an export, which may impact any code importing that removed symbol.
Breaking