method property
String
get
method
The HTMLFormElement.method property represents the
method used to submit the form.
Unless explicitly specified, the default method is 'get'.
Implementation
external String get method;
set
method
(String value)
Implementation
external set method(String value);