Re: [webidl] Make the DOMException constructor accept a name (#22)

In Gecko DOMException is an interface so far.  So there are all sorts of differences in terms of properties being accessors on the prototype, not own value props.

The IDL I'm using at the moment for the constructor is:

    Constructor(optional DOMString message = "", optional DOMString name)

and mapping the name, if passed, to the right code, etc.  So apart from where the props live, I _think_ I'm matching the proposed spec.

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/22#issuecomment-68884686

Received on Tuesday, 6 January 2015 16:01:35 UTC