mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibWeb: Port URL and URLSearchParams to new String
This commit is contained in:
parent
843c9d6cd7
commit
9da09e4fd3
12 changed files with 229 additions and 157 deletions
|
@ -1,5 +1,5 @@
|
|||
// https://url.spec.whatwg.org/#urlsearchparams
|
||||
[Exposed=*]
|
||||
[Exposed=*, UseNewAKString]
|
||||
interface URLSearchParams {
|
||||
|
||||
constructor(optional (sequence<sequence<USVString>> or record<USVString, USVString> or USVString) init = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue