Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upURLSearchParams returns null on Get for value that is present #21016
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used in
servo/tests/wpt/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resources/post_name_on_load.html
Line 5 in 07ba57b
where
window.location.searchis?name=foo, butparams.get('name')returnnull.which currently makes the below test time out.
https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html
code:
servo/components/script/dom/urlsearchparams.rs
Line 88 in 07ba57b
spec: https://url.spec.whatwg.org/#dom-urlsearchparams-get