@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface ReadableStreamIteratorOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReadableStreamIteratorOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReadableStreamIteratorOptions.Builder |
create() |
boolean |
preventCancel() |
void |
setPreventCancel(boolean preventCancel) |
@JsOverlay @Nonnull static ReadableStreamIteratorOptions.Builder create()
@JsProperty(name="preventCancel") boolean preventCancel()
@JsProperty void setPreventCancel(boolean preventCancel)