Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022.
Note: This feature is available in Web Workers.
The writable read-only property of the TextEncoderStream interface returns a WritableStream that accepts strings to be encoded into binary data.
This example creates a TextEncoderStream that encodes strings as UTF-8. It writes some strings to the writable stream, then reads the encoded binary data from the readable stream.
| Streams # dom-generictransformstream-writable |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Nov 26, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.