Skip to content

url: track status of a spec-compliant URLSearchParams #10821

Closed
@TimothyGu

Description

@TimothyGu
Member

spec:

spec irrelevant:

querystring changes:

/cc @nodejs/url

Activity

added
whatwg-urlIssues and PRs related to the WHATWG URL implementation.
on Jan 15, 2017
self-assigned this
on Jan 29, 2017
joyeecheung

joyeecheung commented on Feb 17, 2017

@joyeecheung
Member

What is the Parameter order issue in the OP referring to?

TimothyGu

TimothyGu commented on Feb 17, 2017

@TimothyGu
MemberAuthor

new URLSearchParams('a=a&b=b&a=c').toString() currently returns a=a&a=c&b=b

watilde

watilde commented on Apr 10, 2017

@watilde
Contributor

I've updated the status of issues in https://github.com/nodejs/node/projects/5. It's a good time to re-track the current status.

domenic

domenic commented on Apr 10, 2017

@domenic
Contributor

In general I think most of the things listed as "waiting on spec" are no longer accurate and should be moved to "landed in spec".

joyeecheung

joyeecheung commented on Apr 11, 2017

@joyeecheung
Member

@domenic Thanks for the reminder, I have moved those items to "landed in spec"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

whatwg-urlIssues and PRs related to the WHATWG URL implementation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @domenic@TimothyGu@watilde@joyeecheung@italoacasas

    Issue actions

      url: track status of a spec-compliant URLSearchParams · Issue #10821 · nodejs/node