diff options
author | Andreu Botella <andreu@andreubotella.com> | 2022-10-24 16:14:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 16:14:17 +0200 |
commit | dbcbf53ab5168ad9c5d6ca8b4c7740db98b270a6 (patch) | |
tree | 063e79f57b443ccdd0b3e4369c0133cbf21b60a3 /ext/flash/01_http.js | |
parent | 5828ce76759e0937541d2fc0e465829b37ddd094 (diff) |
experiment(ext/web): Don't expose event classes during the bootstrap phase (#16213)
Diffstat (limited to 'ext/flash/01_http.js')
-rw-r--r-- | ext/flash/01_http.js | 1 |
1 files changed, 1 insertions, 0 deletions
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, |