Skip to content

url: introduce native URL class for internal use

Rodrigo Muino Tomonari requested to merge github/fork/jasnell/native-url into master

Provides a native URL class that uses the WHATWG URL algorithm. This is intended primarily to support the ES6 modules implementation work (which will need WHATWG URL processing).

/cc @bmeck

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

url

Merge request reports

Loading