mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(URL): Implement spec-compliant host parsing (#6689)
This commit is contained in:
parent
39dba12a06
commit
69e0886362
9 changed files with 160 additions and 49 deletions
|
@ -261,6 +261,7 @@ impl MainWorker {
|
|||
ops::fetch::init(isolate, &state);
|
||||
ops::fs::init(isolate, &state);
|
||||
ops::fs_events::init(isolate, &state);
|
||||
ops::idna::init(isolate, &state);
|
||||
ops::io::init(isolate, &state);
|
||||
ops::plugin::init(isolate, &state);
|
||||
ops::net::init(isolate, &state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue