Interface ReadableStreamDefaultController<VALUE>
@JsType(isNative=true,
namespace="<global>")
public interface ReadableStreamDefaultController<VALUE>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
void
int
void
setDesiredSize
(int desiredSize)
-
Method Details
-
close
void close() -
enqueue
-
error
-
getDesiredSize
@JsProperty int getDesiredSize() -
setDesiredSize
@JsProperty void setDesiredSize(int desiredSize)
-