RESOLVED INVALID183133
[WebIDL] @@unscopable value objects in the DOM should have a null prototype
https://bugs.webkit.org/show_bug.cgi?id=183133
Summary [WebIDL] @@unscopable value objects in the DOM should have a null prototype
Attachments
Tobie Langel
Comment 1 2018-02-26 10:30:40 PST
Turns out that WebKit was already doing the right thing: > Object.getPrototypeOf(Element.prototype[Symbol.unscopables]) < null
Note You need to log in before you can comment on or make changes to this bug.