mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #1449 - Implement URLSearchParams's sort()
This commit is contained in:
parent
8ca630ef64
commit
0c44ae0a30
3 changed files with 51 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ interface URLSearchParams {
|
|||
sequence<USVString> getAll(USVString name);
|
||||
boolean has(USVString name);
|
||||
void set(USVString name, USVString value);
|
||||
|
||||
[Throws]
|
||||
void sort();
|
||||
|
||||
iterable<USVString, USVString>;
|
||||
stringifier;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue