diff options
Diffstat (limited to 'ext/flash/lib.rs')
-rw-r--r-- | ext/flash/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flash/lib.rs b/ext/flash/lib.rs index d31e78caa..ab048c9cd 100644 --- a/ext/flash/lib.rs +++ b/ext/flash/lib.rs @@ -1514,7 +1514,7 @@ pub fn init<P: FlashPermissions + 'static>(unstable: bool) -> Extension { "deno_websocket", "deno_http", ]) - .js(deno_core::include_js_files!( + .esm(deno_core::include_js_files!( prefix "internal:ext/flash", "01_http.js", )) |