- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 28 Jun 2017 10:27:55 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 June 2017 17:28:28 UTC
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