diff options
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, |