Skip to content

Commit

Permalink
Allow DOMException subclasses to be used as exceptions
Browse files Browse the repository at this point in the history
Also be clearer about how exception names are meant to be used, at least for now (pending discussion in #1219).

See discussion in #1168 (comment). Closes #1223.

This also includes some updates to all exception creation and throwing, such as reflecting how messages are actually passed along in practice, or using Web IDL infrastructure to create DOMException instances instead of Construct()ing them.
  • Loading branch information
domenic committed Jun 1, 2023
1 parent 5dcedce commit 05a972e
Showing 1 changed file with 237 additions and 98 deletions.
Loading

0 comments on commit 05a972e

Please sign in to comment.