Interface ReadableStreamIteratorOptions


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

    • create

      @JsOverlay static ReadableStreamIteratorOptions create()
    • isPreventCancel

      @JsProperty boolean isPreventCancel()
    • setPreventCancel

      @JsProperty void setPreventCancel(boolean preventCancel)