Skip to content

doc: remove superfluous URL require statement

Since v10.0.0, the URL class is available on the global object, so using a require statement to access it is no longer necessary.

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

Merge request reports

Loading