TextEncoderStream
The TextEncoderStream
interface of the Encoding API converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder
.
Constructor
TextEncoderStream.TextEncoderStream()
- Creates a new
TextEncoderStream
object.
Properties
TextEncoderStream.encoding
Read only- Always returns "
utf-8
". TextEncoderStream.readable
Read only- Returns the
ReadableStream
instance controlled by this object. TextEncoderStream.writable
Read only- Returns the
WritableStream
instance controlled by this object.
Examples
Specifications
Specification | Status | Comment |
---|---|---|
Encoding The definition of 'TextEncoderStream' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
BCD tables only load in the browser