TextDecoderStream extension type

The TextDecoderStream interface of the Encoding API converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings. It is the streaming equivalent of TextDecoder.

on
Implemented types

Constructors

TextDecoderStream([String label, TextDecoderOptions options])
factory

Properties

encoding String
no setter
fatal bool
no setter
hashCode int
The hash code for this object.
no setterinherited
ignoreBOM bool
no setter
readable ReadableStream
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writable WritableStream
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited