[whatwg/dom] Expose Event, EventTarget to AudioWorklet (#515)

cc:

[Related issue from Web Audio API](https://github.com/WebAudio/web-audio-api/issues/1266#issuecomment-311513537)

The propose change is:
```webidl
[Constructor(DOMString type, optional EventInit eventInitDict),
 Exposed=(Window,Worker,AudioWorklet)]
interface Event { ... }

[Constructor,
 Exposed=(Window,Worker,AudioWorklet)]
interface EventTarget { ... }
```

If this looks okay, I'll submit a PR shortly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/515

Received on Thursday, 28 September 2017 22:20:35 UTC