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 8c8761d62..57c3909e1 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -261,6 +261,7 @@ impl WebWorker {
ops::fs::init(js_runtime);
ops::net::init(js_runtime);
ops::os::init(js_runtime);
+ ops::http::init(js_runtime);
ops::permissions::init(js_runtime);
ops::plugin::init(js_runtime);
ops::process::init(js_runtime);