acceptCharset property
The HTMLFormElement.acceptCharset property represents a
list of the supported
character encodings
for the given form element. This list can be
comma-separated or space-separated.
Implementation
external String get acceptCharset;
Implementation
external set acceptCharset(String value);