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
Specification |
---|
Streams Standard # ts-default-controller-terminate |
Browser compatibility
BCD tables only load in the browser