Interface ReadableByteStreamController
@JsType(isNative=true,
namespace="<global>")
public interface ReadableByteStreamController
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidenqueue(elemental2.core.ArrayBufferView chunk) voidintvoidsetByobRequest(ReadableStreamBYOBRequest byobRequest) voidsetDesiredSize(int desiredSize)
-
Method Details
-
close
void close() -
enqueue
void enqueue(elemental2.core.ArrayBufferView chunk) -
error
-
getByobRequest
-
getDesiredSize
@JsProperty int getDesiredSize() -
setByobRequest
-
setDesiredSize
@JsProperty void setDesiredSize(int desiredSize)
-