From dbcbf53ab5168ad9c5d6ca8b4c7740db98b270a6 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Mon, 24 Oct 2022 16:14:17 +0200 Subject: experiment(ext/web): Don't expose event classes during the bootstrap phase (#16213) --- ext/web/15_performance.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/web/15_performance.js') diff --git a/ext/web/15_performance.js b/ext/web/15_performance.js index e7eafd533..556cfa774 100644 --- a/ext/web/15_performance.js +++ b/ext/web/15_performance.js @@ -18,6 +18,7 @@ const { webidl, structuredClone } = window.__bootstrap; const consoleInternal = window.__bootstrap.console; + const { EventTarget } = window.__bootstrap.eventTarget; const { opNow } = window.__bootstrap.timers; const { DOMException } = window.__bootstrap.domException; -- cgit v1.2.3