- From: Travis Leithead <notifications@github.com>
- Date: Wed, 08 Jul 2015 11:05:52 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Wednesday, 8 July 2015 18:06:20 UTC
FWIW: in Edge (and IE since IE9) this has been implemented as an interface:
```webidl
interface DOMException
{
const unsigned short INDEX_SIZE_ERR = 1;
// [snip]
readonly attribute unsigned short code;
stringifier readonly attribute DOMString message;
readonly attribute DOMString name;
};
```
---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/55#issuecomment-119680327
Received on Wednesday, 8 July 2015 18:06:20 UTC