diff options
Diffstat (limited to 'ext/http/01_http.js')
-rw-r--r-- | ext/http/01_http.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |