W3cubDocs

/Web APIs

TransformStreamDefaultController: terminate() method

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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
terminate 67 79 102 No 54 14.1 67 67 102 48 14.5 9.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/TransformStreamDefaultController/terminate