TextDecoderStream
Note: This feature is available in Web Workers.
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
.
Constructor
TextDecoderStream()
-
Creates a new
TextDecoderStream
object.
Instance 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 |
---|
Encoding # interface-textdecoderstream |
Browser compatibility
Report problems with this compatibility data on GitHubLegend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- Partial support
- Partial support
- Has more compatibility info.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.