mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Support USVString as default value of a union argument
This commit is contained in:
parent
c5d6bb604d
commit
e905a4606a
3 changed files with 10 additions and 8 deletions
|
@ -8,8 +8,7 @@
|
|||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface URLSearchParams {
|
||||
[Throws] constructor(
|
||||
optional (sequence<sequence<USVString>> or record<USVString, USVString> or USVString) init);
|
||||
[Throws] constructor(optional (sequence<sequence<USVString>> or record<USVString, USVString> or USVString) init = "");
|
||||
void append(USVString name, USVString value);
|
||||
void delete(USVString name);
|
||||
USVString? get(USVString name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue