The terminate()
method of the TransformStreamDefaultController
interface closes the readable side and errors the writable side of the stream.
The terminate()
method of the TransformStreamDefaultController
interface closes the readable side and errors the writable side of the stream.
js
terminate()
None.
None (undefined
).
In the below example the terminate()
method is called on a TransformStreamDefaultController
.
js
controller.terminate();
Specification |
---|
Streams Standard # ts-default-controller-terminate |
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