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.
On this page
TextEncoderStream
Constructor
-
TextEncoderStream() -
Creates a new
TextEncoderStreamobject.
Instance properties
TextEncoderStream.encodingRead only-
Always returns "
utf-8". TextEncoderStream.readableRead only-
Returns the
ReadableStreaminstance controlled by this object. TextEncoderStream.writableRead only-
Returns the
WritableStreaminstance controlled by this object.
Examples
Specifications
| Specification |
|---|
| Encoding Standard # interface-textencoderstream |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
TextEncoderStream |
71 | 79 | 105 | No | 58 | 14.1 | 71 | 71 | 105 | 50 | 14.5 | 10.0 |
TextEncoderStream |
71 | 79 | 105 | No | 58 | 14.1 | 71 | 71 | 105 | 50 | 14.5 | 10.0 |
encoding |
71 | 79 | 105 | No | 58 | 14.1 | 71 | 71 | 105 | 50 | 14.5 | 10.0 |
readable |
71 | 79 | 105 | No | 58 | 14.1 | 71 | 71 | 105 | 50 | 14.5 | 10.0 |
writable |
71 | 79 | 105 | No | 58 | 14.1 | 71 | 71 | 105 | 50 | 14.5 | 10.0 |
See also
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/TextEncoderStream