Skip to content

url: move originFor, domainToAscii and domainToUnicode

Rodrigo Muino Tomonari requested to merge github/fork/jasnell/url-updates2 into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

url

Description of change

Move non-standard methods from the new experimental URL implementation to url module instead of exposing as static methods on the URL object.

Merge request reports

Loading