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/http/01_http.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/http') diff --git a/ext/http/01_http.js b/ext/http/01_http.js index 588a7da57..ab23cbec0 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -4,6 +4,7 @@ ((window) => { const webidl = window.__bootstrap.webidl; const { InnerBody } = window.__bootstrap.fetchBody; + const { Event } = window.__bootstrap.event; const { setEventTargetData } = window.__bootstrap.eventTarget; const { BlobPrototype } = window.__bootstrap.file; const { -- cgit v1.2.3