Baseline Widely available
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
.
TextDecoderStream()
Creates a new TextDecoderStream
object.
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 of streaming structured data and HTML
Specifications Browser compatibility See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4