diff options
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r-- | runtime/web_worker.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs index a3a062221..ac87d285b 100644 --- a/runtime/web_worker.rs +++ b/runtime/web_worker.rs @@ -330,14 +330,12 @@ impl WebWorker { vec![ ops::fs_events::init(), ops::fs::init(), - ops::net::init(), + deno_net::init::<Permissions>(options.unstable), ops::os::init(), - ops::http::init(), ops::permissions::init(), ops::plugin::init(), ops::process::init(), ops::signal::init(), - ops::tls::init(), ops::tty::init(), ops::io::init_stdio(), ] |