Interface ReadableStreamSource<VALUE>
@JsType(isNative=true,
namespace="<global>")
public interface ReadableStreamSource<VALUE>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic <VALUE> ReadableStreamSource
<VALUE> create()
int
getPull()
getStart()
getType()
void
setAutoAllocateChunkSize
(int autoAllocateChunkSize) void
void
setPull
(ReadableStreamSource.PullFn<? super VALUE> pull) void
setStart
(ReadableStreamSource.StartFn<? super VALUE> start) void
-
Method Details
-
create
-
getAutoAllocateChunkSize
@JsProperty int getAutoAllocateChunkSize() -
getCancel
-
getPull
-
getStart
-
getType
-
setAutoAllocateChunkSize
@JsProperty void setAutoAllocateChunkSize(int autoAllocateChunkSize) -
setCancel
-
setPull
-
setStart
-
setType
-