acceptCharset property

String get acceptCharset

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;
set acceptCharset (String value)

Implementation

external set acceptCharset(String value);