encoding property

String get encoding

The HTMLFormElement.encoding property is an alternative name for the HTMLFormElement.enctype element on the DOM HTMLFormElement object.

Implementation

external String get encoding;
set encoding (String value)

Implementation

external set encoding(String value);