summaryrefslogtreecommitdiff
path: root/cli/web_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/web_worker.rs
parent34e98fa59cd70f7ce64e587bef41fac536a3076b (diff)
feat: Implement WebSocket API (#7051)
Diffstat (limited to 'cli/web_worker.rs')
-rw-r--r--cli/web_worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/web_worker.rs b/cli/web_worker.rs
index 8d9c00499..9b42ebe32 100644
--- a/cli/web_worker.rs
+++ b/cli/web_worker.rs
@@ -127,6 +127,7 @@ impl WebWorker {
ops::errors::init(isolate, &state);
ops::timers::init(isolate, &state);
ops::fetch::init(isolate, &state);
+ ops::websocket::init(isolate, &state);
if has_deno_namespace {
ops::runtime_compiler::init(isolate, &state);