Skip to content
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: Improve WHATWG URLSearchParams spec compliance #9484

Closed
wants to merge 2 commits into from

Commits on Nov 27, 2016

  1. url: improve URLSearchParams spec compliance

    - Make URLSearchParams constructor spec-compliant
    - Strip leading `?` in URL#search's setter
    - Spec-compliant iterable interface
    - More precise handling of update steps as mandated by the spec
    - Add class strings to URLSearchParams objects and their prototype
    - Make sure `this instanceof URLSearchParams` in methods
    
    Also included are relevant tests from W3C's Web Platform Tests
    (https://github.com/w3c/web-platform-tests/tree/master/url).
    
    Fixes: nodejs#9302
    TimothyGu committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    8ea0a65 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. Fix linting error

    TimothyGu committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    5d73072 View commit details
    Browse the repository at this point in the history