TransformStreamDefaultController: terminate() method

Note: This feature is available in Web Workers.

The terminate() method of the TransformStreamDefaultController interface closes the readable side and errors the writable side of the stream.

Syntax

js
terminate()

Parameters

None.

Return value

None (undefined).

Examples

In the below example the terminate() method is called on a TransformStreamDefaultController.

js
controller.terminate();

Specifications

Specification
Streams Standard
# ts-default-controller-terminate

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
Node.js
terminate

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support