Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

URLSearchParams.prototype.sort() is missing #22

@felixfbecker

Description

@felixfbecker

The method is defined in the spec here: https://url.spec.whatwg.org/#interface-urlsearchparams

The sort() method, when invoked, must run these steps:

Sort all name-value pairs, if any, by their names. Sorting must be done by comparison of code units. The relative order between name-value pairs with equal names must be preserved.

Run the update steps.

The method is currently missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions