Dart
dart:html
FormData
set method
set
Dart
dart:html
FormData
set method
FormData class
Constructors
FormData
Properties
hashCode
runtimeType
Methods
append
appendBlob
delete
get
getAll
has
set
noSuchMethod
toString
Operators
operator ==
Static properties
supported
description
set
method
void
set
(
String
name
,
dynamic
value
,
[
String
filename
]
)
Implementation
void set(String name, value, [String filename]) native;
Cookies management controls