Package elemental2.dom
Interface EventSourceInit
-
@JsType(isNative=true, namespace="<global>") public interface EventSourceInit
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EventSourceInit
create()
boolean
isWithCredentials()
void
setWithCredentials(boolean withCredentials)
-
-
-
Method Detail
-
create
@JsOverlay static EventSourceInit create()
-
isWithCredentials
@JsProperty boolean isWithCredentials()
-
setWithCredentials
@JsProperty void setWithCredentials(boolean withCredentials)
-
-