diff options
Diffstat (limited to 'cli/web_worker.rs')
-rw-r--r-- | cli/web_worker.rs | 1 |
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); |