summaryrefslogtreecommitdiff
path: root/cli/worker.rs
diff options
context:
space:
mode:
authorcrowlKats <13135287+crowlKats@users.noreply.github.com>2020-09-05 16:39:25 +0200
committerGitHub <noreply@github.com>2020-09-05 10:39:25 -0400
commit8c880d32612c562795d8cd539c662a0cfdcbb8c8 (patch)
tree1d4df2ffb263860d0cd227cbe5dce745a5e3e2a7 /cli/worker.rs
parent34e98fa59cd70f7ce64e587bef41fac536a3076b (diff)
feat: Implement WebSocket API (#7051)
Diffstat (limited to 'cli/worker.rs')
-rw-r--r--cli/worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/worker.rs b/cli/worker.rs
index 0129242e6..3773871dc 100644
--- a/cli/worker.rs
+++ b/cli/worker.rs
@@ -263,6 +263,7 @@ impl MainWorker {
ops::runtime_compiler::init(isolate, &state);
ops::errors::init(isolate, &state);
ops::fetch::init(isolate, &state);
+ ops::websocket::init(isolate, &state);
ops::fs::init(isolate, &state);
ops::fs_events::init(isolate, &state);
ops::idna::init(isolate, &state);