[webidl] Define DOMException.prototype.toString() (as this.name + ": " + this.message) (#93)

I can't find `toString` in http://heycam.github.io/webidl/#es-DOMException-prototype-object but it's supported by Blink, Gecko and WebKit as `this.name + ": " + this.message`. IE11 appears to stringify as either the name or the message, I can't tell because they're the case I tested.

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/93

Received on Thursday, 25 February 2016 11:19:14 UTC