WritableStreamSink : Object
Object that receives the sequence of values for a WritableStream. Passed to the WritableStream constructor. Any JavaScript object can be used as a writable stream sink. Any of the properties/method can be specified. If a property/method is not provided, the WritableStream will use a default behavior for the property/method.
Instance Methods
Copyright © JavaScripture Contributors