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 May 2022.
Note: This feature is available in Web Workers.
The WritableStreamDefaultController interface of the Streams API represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.
None. WritableStreamDefaultController instances are created automatically during WritableStream construction.
Returns the AbortSignal associated with the controller.
Causes any future interactions with the associated stream to error.
| Streams # ws-default-controller-class |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 28, 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.