diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-06 16:57:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 16:57:28 +0100 |
| commit | 2e18fcebcc2ee931ee952ac2fe2175d6ec7acf69 (patch) | |
| tree | 352e53d98cd46604e7661ba26df51dc9c0498b2a /runtime/web_worker.rs | |
| parent | 1959aca2a978642b73ea815b9b89dd3219830cef (diff) | |
refactor: move WebSocket API to an op_crate (#9026)
Diffstat (limited to 'runtime/web_worker.rs')
| -rw-r--r-- | runtime/web_worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs index 988845840..313c71177 100644 --- a/runtime/web_worker.rs +++ b/runtime/web_worker.rs @@ -237,8 +237,8 @@ impl WebWorker { ops::io::init(js_runtime); ops::websocket::init( js_runtime, - options.ca_data.clone(), options.user_agent.clone(), + options.ca_data.clone(), ); if options.use_deno_namespace { |
