https://github.com/jsdom/domexception
An implementation of the DOMException class from browsers
https://github.com/jsdom/domexception
Last synced: 5 months ago
JSON representation
An implementation of the DOMException class from browsers
- Host: GitHub
- URL: https://github.com/jsdom/domexception
- Owner: jsdom
- Archived: true
- Created: 2017-08-14T03:04:01.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T13:02:53.000Z (over 2 years ago)
- Last Synced: 2026-01-11T10:28:20.284Z (5 months ago)
- Homepage:
- Size: 73.2 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# domexception is deprecated
This package implemented the [`DOMException`](https://webidl.spec.whatwg.org/#idl-DOMException) class, from the Web IDL Standard. However, it is no longer supported or maintained. Instead, consider using your platform's native implementation of `DOMException`, such as on:
* [Node.js](https://nodejs.org/api/globals.html#domexception)
* [The web](https://developer.mozilla.org/en-US/docs/Web/API/DOMException)
To browse code from previous versions, see [Git history](https://github.com/jsdom/domexception/tree/29ea43cc590749551ee92582a58f9517074c543f).