Implement EventTarget constructor

Resolves #19283
This commit is contained in:
Maxim Novikov 2017-11-19 16:14:57 +01:00
parent c9884604e9
commit 83c7f80baa
4 changed files with 14 additions and 38 deletions

View file

@ -5,7 +5,7 @@
* https://dom.spec.whatwg.org/#interface-eventtarget
*/
[Abstract, Exposed=(Window,Worker,Worklet)]
[Constructor, Exposed=(Window,Worker,Worklet)]
interface EventTarget {
void addEventListener(
DOMString type,