acceptCharset property

String get acceptCharset

Sets or retrieves a list of character encodings for input data that must be accepted by the server processing the form.

MDN Reference

Implementation

_i2.String get acceptCharset => _i4.getProperty(
      this,
      'acceptCharset',
    );
set acceptCharset (String value)

Implementation

set acceptCharset(_i2.String value) {
  _i4.setProperty(
    this,
    'acceptCharset',
    value,
  );
}