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/flash/01_http.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/flash') diff --git a/ext/flash/01_http.js b/ext/flash/01_http.js index 547b6d42e..5e6cb69aa 100644 --- a/ext/flash/01_http.js +++ b/ext/flash/01_http.js @@ -7,6 +7,7 @@ const { fromFlashRequest, toInnerResponse, _flash } = window.__bootstrap.fetch; const core = window.Deno.core; + const { Event } = window.__bootstrap.event; const { ReadableStream, ReadableStreamPrototype, -- cgit v1.2.3