Re: [heycam/webidl] Re-align DOMException objects with what is implemented (#378)

There are a few easy fixes we could do that IMO would make DOMException better without much burden:

- Make `DOMException.__proto__ === Error`
- Make the stringification something more like Safari's by including "(DOMException)"

But I'm aligning with the majority for now, after having gotten bitten already in trying to make DOMException nicer in the past.

-- 
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#issuecomment-311730604

Received on Wednesday, 28 June 2017 17:28:28 UTC