mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
LibWeb: Add the URL::searchParams attribute
This commit is contained in:
parent
1841fbd3e4
commit
fe32c9c3bd
5 changed files with 15 additions and 1 deletions
|
@ -11,7 +11,7 @@ interface URL {
|
|||
// TODO: attribute USVString port;
|
||||
// TODO: attribute USVString pathname;
|
||||
// TODO: attribute USVString search;
|
||||
// TODO: [SameObject] readonly attribute URLSearchParams searchParams;
|
||||
[SameObject] readonly attribute URLSearchParams searchParams;
|
||||
// TODO: attribute USVString hash;
|
||||
|
||||
USVString toJSON();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue