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 June 2022.
Note: This feature is available in Web Workers.
The error() method of the TransformStreamDefaultController interface errors both sides of the stream. Any further interactions with it will fail with the given error message, and any chunks in the queue will be discarded.
A string containing the error message to be returned on any further interaction with the stream.
None (undefined).
In this example the error() method is used when a chunk could not be transformed.
| Streams # ts-default-controller-error |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 22, 2024 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.