Package elemental2.dom
Interface ReadableStream.GetReaderOptionsType
-
- Enclosing class:
- ReadableStream<VALUE>
@JsType(isNative=true, name="?", namespace="<global>") public static interface ReadableStream.GetReaderOptionsType
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ReadableStream.GetReaderOptionsType
create()
java.lang.String
getMode()
void
setMode(java.lang.String mode)
-
-
-
Method Detail
-
create
@JsOverlay static ReadableStream.GetReaderOptionsType create()
-
getMode
@JsProperty java.lang.String getMode()
-
setMode
@JsProperty void setMode(java.lang.String mode)
-
-