Interface ReadableStream.GetReaderOptionsType

  • Enclosing class:
    ReadableStream<VALUE>

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface ReadableStream.GetReaderOptionsType
    • Method Detail

      • getMode

        @JsProperty
        java.lang.String getMode()
      • setMode

        @JsProperty
        void setMode​(java.lang.String mode)