mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add better stringifier for DOMException
This commit is contained in:
parent
b677f0f4ae
commit
982e55ac1c
2 changed files with 7 additions and 0 deletions
|
@ -44,4 +44,6 @@ interface DOMException {
|
|||
|
||||
// A custom message set by the thrower.
|
||||
readonly attribute DOMString message;
|
||||
|
||||
stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue