summaryrefslogtreecommitdiff
path: root/cli/web_worker.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-07-10 20:51:24 +0100
committerGitHub <noreply@github.com>2020-07-10 15:51:24 -0400
commit69e0886362623e1998f192dda72567b4e66b4117 (patch)
tree95d83f8a2e288f3203f4bfe952ad6969fdf71b50 /cli/web_worker.rs
parent39dba12a061e464fb06bc6a763c84b36b5d1a915 (diff)
fix(URL): Implement spec-compliant host parsing (#6689)
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 de4cd91f9..9ac26fca0 100644
--- a/cli/web_worker.rs
+++ b/cli/web_worker.rs
@@ -121,6 +121,7 @@ impl WebWorker {
handle,
);
ops::worker_host::init(isolate, &state);
+ ops::idna::init(isolate, &state);
ops::io::init(isolate, &state);
ops::resources::init(isolate, &state);
ops::errors::init(isolate, &state);