Add better stringifier for DOMException

This commit is contained in:
Manish Goregaokar 2015-09-16 07:10:48 +05:30
parent b677f0f4ae
commit 982e55ac1c
2 changed files with 7 additions and 0 deletions

View file

@ -44,4 +44,6 @@ interface DOMException {
// A custom message set by the thrower.
readonly attribute DOMString message;
stringifier;
};