Package elemental2.dom
Interface TransformStreamDefaultController<OUT_VALUE>
-
@JsType(isNative=true, namespace="<global>") public interface TransformStreamDefaultController<OUT_VALUE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enqueue(OUT_VALUE chunk)
void
error(java.lang.Object reason)
double
getDesiredSize()
void
setDesiredSize(double desiredSize)
void
terminate()
-
-
-
Method Detail
-
enqueue
void enqueue(OUT_VALUE chunk)
-
error
void error(java.lang.Object reason)
-
getDesiredSize
@JsProperty double getDesiredSize()
-
setDesiredSize
@JsProperty void setDesiredSize(double desiredSize)
-
terminate
void terminate()
-
-