mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
parent
a6e4b5bb86
commit
980c644a83
4 changed files with 67 additions and 4 deletions
|
@ -16,7 +16,6 @@ interface URLSearchParams {
|
|||
void set(USVString name, USVString value);
|
||||
// Be careful with implementing iterable interface.
|
||||
// Search params might be mutated by URL::SetSearch while iterating (discussed in PR #10351).
|
||||
// iterable<USVString, USVString>;
|
||||
iterable<USVString, USVString>;
|
||||
stringifier;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue