Stringifier is sno longer exposed

This commit is contained in:
Patrick Shaughnessy 2019-12-12 16:18:21 -05:00
parent a5c368fd01
commit 981d13dcfc
4 changed files with 6 additions and 26 deletions

View file

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