mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Construct URLSearchParams from sequence or from string
This commit is contained in:
parent
5755645f0d
commit
5fc488fe61
3 changed files with 24 additions and 43 deletions
|
|
@ -13,8 +13,7 @@
|
|||
* http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
|
||||
*/
|
||||
|
||||
[Constructor(optional USVString init = ""),
|
||||
Constructor(URLSearchParams init),
|
||||
[Constructor(optional (sequence<sequence<USVString>> or USVString) init = ""),
|
||||
Exposed=(Window,Worker,WorkerDebugger,System)]
|
||||
interface URLSearchParams {
|
||||
void append(USVString name, USVString value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue