mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement URL.searchParams
Spec: https://url.spec.whatwg.org/#dom-url-searchparams
This commit is contained in:
parent
b38fafcf11
commit
7b38f289b0
5 changed files with 50 additions and 18 deletions
|
@ -20,7 +20,7 @@ interface URL {
|
|||
attribute USVString port;
|
||||
attribute USVString pathname;
|
||||
attribute USVString search;
|
||||
// readonly attribute URLSearchParams searchParams;
|
||||
readonly attribute URLSearchParams searchParams;
|
||||
attribute USVString hash;
|
||||
|
||||
// This is only doing as well as gecko right now.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue