encoding property
The HTMLFormElement.encoding property is an alternative name for the
HTMLFormElement.enctype element on the DOM HTMLFormElement object.
Implementation
external String get encoding;
Implementation
external set encoding(String value);