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 authored Jun 5, 2023
1 parent 5dcedce commit fcbaa09
Showing 1 changed file with 240 additions and 100 deletions.
Loading

0 comments on commit fcbaa09

Please sign in to comment.