summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r--runtime/web_worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index a4a2516a9..dd7f49aef 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -429,6 +429,7 @@ impl WebWorker {
ops::signal::init(),
ops::tty::init(),
deno_http::init(),
+ deno_flash::init::<Permissions>(unstable),
ops::http::init(),
// Permissions ext (worker specific state)
perm_ext,