diff --git a/.eslintrc.js b/.eslintrc.js index f5100fd3cc91b8..be332590ba7260 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -349,6 +349,7 @@ module.exports = { BigInt: 'readable', BigInt64Array: 'readable', BigUint64Array: 'readable', + DOMException: 'readable', Event: 'readable', EventTarget: 'readable', MessageChannel: 'readable', diff --git a/doc/api/globals.md b/doc/api/globals.md index 8ce4ff1942be27..2794009ffbd89a 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -380,6 +380,15 @@ added: v0.0.1 [`setTimeout`][] is described in the [timers][] section. +## `DOMException` + + + + +The WHATWG `DOMException` class. See [`DOMException`][] for more details. + ## `TextDecoder`