- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 28 Jun 2017 10:07:43 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 June 2017 17:09:29 UTC
This fixes #55. As discussed there, the definition of DOMException does not match any implementations. https://github.com/heycam/webidl/commit/137856d678f67b6f79f0c3ef4bd7d233629a685f exacerbated this, but it was already incorrect (e.g. defining own properties). Instead, implementations seem to implement DOMException as an interface with a small amount of custom bindings. This updates the specification to reflect that. As part of this, it is no longer a distinct type, but instead an interface type. --- Tests forthcoming shortly. You can view, comment on, or merge this pull request online at: https://github.com/heycam/webidl/pull/378 -- Commit Summary -- * Re-align DOMException objects with what is implemented -- File Changes -- M index.bs (191) -- Patch Links -- https://github.com/heycam/webidl/pull/378.patch https://github.com/heycam/webidl/pull/378.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/378
Received on Wednesday, 28 June 2017 17:09:29 UTC