[whatwg/url] Add URLSearchParams.prototype.sort() (#199)

This method is added to increase cache hits when making requests. It’s
opt-in as the order of code points in a URL’s query is significant by
default. It’s up to applications to decide if name order is not
significant for them.

Tests: https://github.com/w3c/web-platform-tests/pull/4531.

Fixes #26.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/199

-- Commit Summary --

  * Add URLSearchParams.prototype.sort()

-- File Changes --

    M url.bs (25)

-- Patch Links --

https://github.com/whatwg/url/pull/199.patch
https://github.com/whatwg/url/pull/199.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/199

Received on Thursday, 12 January 2017 12:48:00 UTC