diff options
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r-- | runtime/worker.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs index 0336e8340..53d8c6377 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -170,6 +170,7 @@ impl MainWorker { ops::signal::init(), ops::tty::init(), deno_http::init(), + deno_flash::init::<Permissions>(unstable), ops::http::init(), // Permissions ext (worker specific state) perm_ext, |