Interface EventSourceInit
@JsType(isNative=true,
namespace="<global>")
public interface EventSourceInit
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventSourceInit
create()
boolean
void
setWithCredentials
(boolean withCredentials)
-
Method Details
-
create
-
isWithCredentials
@JsProperty boolean isWithCredentials() -
setWithCredentials
@JsProperty void setWithCredentials(boolean withCredentials)
-