Skip to content

Update QuotaExceededError handling #58987

Description

@domenic

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    web-standardsIssues and PRs related to web-platform APIs and standards compliance.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions