mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Comment out the stringifier in URLSearchParams.webidl.
We don't currently support stringifiers.
This commit is contained in:
parent
20d7bbffae
commit
25fb906c6f
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ interface URLSearchParams {
|
|||
// sequence<DOMString> getAll(DOMString name);
|
||||
boolean has(DOMString name);
|
||||
void set(DOMString name, DOMString value);
|
||||
stringifier;
|
||||
};
|
||||
//stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue