The TextDecoderStream
interface of the Encoding API converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextDecoder
.
Constructor
TextDecoderStream.TextDecoderStream()
- Creates a new
TextDecoderStream
object.
Properties
TextDecoderStream.encoding
Read only- An encoding.
TextDecoderStream.fatal
Read only- A
boolean
indicating if the error mode is fatal. TextDecoderStream.ignoreBOM
Read only- A
boolean
indicating whether the byte order mark is ignored. TextDecoderStream.readable
Read only- Returns the
ReadableStream
instance controlled by this object. TextDecoderStream.writable
Read only- Returns the
WritableStream
instance controlled by this object.
Examples
Specifications
Specification | Status | Comment |
---|---|---|
Encoding The definition of 'TextDecoderStream' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
BCD tables only load in the browser