You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
url.searchParams.keys()/*TypeError: (intermediate value).searchParams.keys is not a function at [eval]:1:106 at ContextifyScript.Script.runInThisContext (vm.js:25:33) at Object.exports.runInThisContext (vm.js:77:17) at Object.<anonymous> ([eval]-wrapper:6:22) at Module._compile (module.js:573:32) at bootstrap_node.js:345:29 at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9)*/
The text was updated successfully, but these errors were encountered:
jasnell
added
the
url
Issues and PRs related to the legacy built-in url module.
label
Oct 26, 2016
- Make URLSearchParams constructor spec-compliant
- Strip leading `?` in URL#search's setter
- Spec-compliant iterable interface
- More precise handling of update steps as mandated by the spec
- Add class strings to URLSearchParams objects and their prototype
- Make sure `this instanceof URLSearchParams` in methods
Also included are relevant tests from W3C's Web Platform Tests
(https://github.com/w3c/web-platform-tests/tree/master/url).
Fixes: nodejs#9302
- Make URLSearchParams constructor spec-compliant
- Strip leading `?` in URL#search's setter
- Spec-compliant iterable interface
- More precise handling of update steps as mandated by the spec
- Add class strings to URLSearchParams objects and their prototype
- Make sure `this instanceof URLSearchParams` in methods
Also included are relevant tests from W3C's Web Platform Tests
(https://github.com/w3c/web-platform-tests/tree/master/url).
Fixes: #9302
PR-URL: #9484
Reviewed-By: James M Snell <[email protected]>
The text was updated successfully, but these errors were encountered: