-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
url: extend URLSearchParams constructor (whatwg #175) #10635
Labels
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
Comments
jasnell
added
url
Issues and PRs related to the legacy built-in url module.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
labels
Jan 5, 2017
CC: @nodejs/url |
This landed in the spec... now needs to be implemented. |
I'd like to merge #10399 first, which will simplify the process of implementing this. |
Also needed to be tracked is whatwg/url#204. |
3 tasks
11 tasks
TimothyGu
changed the title
url: track whatwg pr #175
url: extend URLSearchParams constructor (whatwg #175)
Jan 28, 2017
TimothyGu
added a commit
to TimothyGu/node
that referenced
this issue
Jan 28, 2017
4 tasks
3 tasks
Fixed in cc48f21. |
TimothyGu
added a commit
that referenced
this issue
Feb 1, 2017
PR-URL: #11060 Fixes: #10635 Ref: whatwg/url#175 Ref: web-platform-tests/wpt#4523 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
italoacasas
pushed a commit
to italoacasas/node
that referenced
this issue
Feb 2, 2017
PR-URL: nodejs#11060 Fixes: nodejs#10635 Ref: whatwg/url#175 Ref: web-platform-tests/wpt#4523 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
TimothyGu
added a commit
to TimothyGu/node
that referenced
this issue
Apr 25, 2017
PR-URL: nodejs#12507 Fixes: nodejs#10635 Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: whatwg/url#175
Proposes the ability to construct
URLSearchParam
instances using object and Iterable in addition to string. It is not yet clear if this will be added to the spec, but if it is, we will need to update the implementation.The text was updated successfully, but these errors were encountered: