-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Open
Labels
web-standardsIssues and PRs related to Web APIsIssues and PRs related to Web APIs
Description
whatwg/webidl#1465 updates QuotaExceededError from a specific DOMException name, to a subclass of DOMException.
Node could either:
- Do the minimal thing, and remove "QuotaExceededError" from the DOMException names table, so that
(new DOMException("message", "QuotaExceededError")).code === 0
; or - Do the minimal thing, plus also implement
QuotaExceededError
.
Metadata
Metadata
Assignees
Labels
web-standardsIssues and PRs related to Web APIsIssues and PRs related to Web APIs