diff options
Diffstat (limited to 'ext/broadcast_channel/01_broadcast_channel.js')
-rw-r--r-- | ext/broadcast_channel/01_broadcast_channel.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/broadcast_channel/01_broadcast_channel.js b/ext/broadcast_channel/01_broadcast_channel.js index e14b59779..0682a2d5a 100644 --- a/ext/broadcast_channel/01_broadcast_channel.js +++ b/ext/broadcast_channel/01_broadcast_channel.js @@ -8,7 +8,9 @@ const core = window.Deno.core; const ops = core.ops; const webidl = window.__bootstrap.webidl; - const { defineEventHandler, setTarget } = window.__bootstrap.event; + const { MessageEvent, defineEventHandler, setTarget } = + window.__bootstrap.event; + const { EventTarget } = window.__bootstrap.eventTarget; const { DOMException } = window.__bootstrap.domException; const { ArrayPrototypeIndexOf, |