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,lib: pass urlsearchparams-constructor.any.js #41197

Closed

Commits on Dec 20, 2021

  1. url,lib: pass urlsearchparams-constructor.any.js

    According to WPT:
    
    1. `URLSearchParams` constructor should throw exactly `TypeError` if any
       Error occurrs.
    2. When a record passed to `URLSearchParams` constructor, two different
       key may result same after `toUVString()`. We should leave only the
       later one.
    XadillaX committed Dec 20, 2021
    Copy the full SHA
    59e2c32 View commit details
    Browse the repository at this point in the history