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.rs12
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index 73d351c9c..f35b38d3b 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -231,17 +231,7 @@ impl WebWorker {
);
ops::reg_json_sync(js_runtime, "op_close", deno_core::op_close);
ops::reg_json_sync(js_runtime, "op_resources", deno_core::op_resources);
- ops::reg_json_sync(js_runtime, "op_parse_url", deno_web::op_parse_url);
- ops::reg_json_sync(
- js_runtime,
- "op_parse_url_search_params",
- deno_web::op_parse_url_search_params,
- );
- ops::reg_json_sync(
- js_runtime,
- "op_stringify_url_search_params",
- deno_web::op_stringify_url_search_params,
- );
+ ops::url::init(js_runtime);
ops::io::init(js_runtime);
ops::webgpu::init(js_runtime);
ops::websocket::init(