encoding property
The TextEncoder.encoding read-only property returns a string
containing the name of the encoding algorithm used by the specific
encoder.
It can only have the following value utf-8.
Implementation
external String get encoding;
The TextEncoder.encoding read-only property returns a string
containing the name of the encoding algorithm used by the specific
encoder.
It can only have the following value utf-8.
external String get encoding;