mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Implement trivial stringifiers
This commit is contained in:
parent
2a2e8b176d
commit
3b82cba011
6 changed files with 12 additions and 35 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