commit | 06b35c408742d5e63be72ad7c2fed4073b7caf12 | [log] [tgz] |
---|---|---|
author | sigbjornf <sigbjornf@opera.com> | Thu Apr 21 19:19:49 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 21 19:21:21 2016 |
tree | 2e04b2a69c3cc62c430203bd68dcf0a296269942 | |
parent | 0d37ffb7a5acad0c1e71d3d70272075044d7dfef [diff] |
Have (new URLSearchParams(initString)) skip initial '?'. The spec now requires that when a URLSearchParams is initialized from a string, an initial '?' should be ignored from that string, https://url.spec.whatwg.org/#dom-urlsearchparams-urlsearchparams It accommodating usage like (new URLSearchParams(url.search)) R= BUG=601425 Review URL: https://codereview.chromium.org/1906773002 Cr-Commit-Position: refs/heads/master@{#388842}