| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/TextEncoderStream | [Back] [Original] |
Get to know MDN better
This feature is well established and works across many devices and browser versions. Its been available across browsers since September 2022.
Note: This feature is available in Web Workers.
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.
It implements the same shape as a TransformStream, allowing it to be used in ReadableStream.pipeThrough() and similar methods.
TextEncoderStream()Creates a new TextEncoderStream object.
TextEncoderStream.encoding Read onlyAlways returns "utf-8".
TextEncoderStream.readable Read onlyReturns the ReadableStream instance controlled by this object.
TextEncoderStream.writable Read onlyReturns the WritableStream instance controlled by this object.
Examples of streaming structured data and HTML
| Specification |
|---|
| Encoding # interface-textencoderstream |
TextDecoderStreamTextEncoderTransformStreamThis page was last modified on Nov 26, 2025 by MDN contributors.
TextEncoderStreamYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |