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