Package elemental2.dom
Interface ReadableStreamIteratorOptions
-
@JsType(isNative=true, namespace="<global>") public interface ReadableStreamIteratorOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ReadableStreamIteratorOptions
create()
boolean
isPreventCancel()
void
setPreventCancel(boolean preventCancel)
-
-
-
Method Detail
-
create
@JsOverlay static ReadableStreamIteratorOptions create()
-
isPreventCancel
@JsProperty boolean isPreventCancel()
-
setPreventCancel
@JsProperty void setPreventCancel(boolean preventCancel)
-
-