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 repository appears not to be actively maintained, it is marked as archived upstream, and the last upstream push was on 2025-04-19, with no newer updates shown since 2.0.1 (2023-07-17).
- Update cadence looks very low, effectively quiet relative to today (2026-06-09), with a multi-year gap since the latest documented update.
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