Interface ReadableStreamIteratorOptions


  • @JsType(isNative=true,
            namespace="<global>")
    public interface ReadableStreamIteratorOptions
    • Method Detail

      • isPreventCancel

        @JsProperty
        boolean isPreventCancel()
      • setPreventCancel

        @JsProperty
        void setPreventCancel​(boolean preventCancel)