Skip to content

url: expose the WHATWG URL API globally

Rodrigo Muino Tomonari requested to merge github/fork/targos/global-url into master

Install URL and URLSearchParams on the global object, like they can be found in browser environments.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

url

/cc @nodejs/tsc @nodejs/url @jasnell

Quick CI: https://ci.nodejs.org/job/node-test-pull-request-lite/106/ Quick CI: https://ci.nodejs.org/job/node-test-pull-request-lite/107/

Merge request reports

Loading