Skip to content

url,lib: pass urlsearchparams-constructor.any.js

NOTE: It's a reopening of https://github.com/nodejs/node/pull/39944 because that PR was stuck.

According to WPT:

  1. URLSearchParams constructor should throw exactly TypeError if any Error occurrs.
  2. When a record passed to URLSearchParams constructor, two different key may result same after toUVString(). We should leave only the later one.

Merge request reports

Loading