TransformStreamDefaultController.terminate()
The terminate()
method of the TransformStreamDefaultController
interface Closes the readable side and errors the writable side of the stream.
Syntax
TransformStreamDefaultController.terminate();
Parameters
None.
Examples
In the below example the terminate()
method is called on a TransformStreamDefaultController
.
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 |
No |
No |
54 |
14.1 |
67 |
67 |
No |
48 |
14.5 |
9.0 |
© 2005–2021 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