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
- Upstream appears to be archived, and the latest known functional change is from 2.0.1 (2023-07-17), so it does not look actively maintained.
- Update cadence appears to be low based on the provided history, with no newer version updates shown after 2.0.1 even though there is an upstream push dated 2025-04-19 (the nature of that push is not described in the evidence).
AI summary generated Today
AI-generated from public sources. May be inaccurate. Report
Recent updates
2.0.1
7/17/2023Release 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