mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Added FormData Iterable
This commit is contained in:
parent
236c687b66
commit
652c578e15
5 changed files with 116 additions and 9 deletions
|
@ -19,5 +19,5 @@ interface FormData {
|
|||
boolean has(USVString name);
|
||||
void set(USVString name, USVString value);
|
||||
void set(USVString name, Blob value, optional USVString filename);
|
||||
// iterable<USVString, FormDataEntryValue>;
|
||||
iterable<USVString, FormDataEntryValue>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue