Interface EventSourceInit


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

    • create

      @JsOverlay static EventSourceInit create()
    • isWithCredentials

      @JsProperty boolean isWithCredentials()
    • setWithCredentials

      @JsProperty void setWithCredentials(boolean withCredentials)