@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EventSourceInit
| Modifier and Type | Method and Description |
|---|---|
static EventSourceInit |
create() |
void |
setWithCredentials(boolean withCredentials) |
boolean |
withCredentials() |
default EventSourceInit |
withCredentials(boolean withCredentials) |
@JsOverlay @Nonnull static EventSourceInit create()
@JsProperty(name="withCredentials") boolean withCredentials()
@JsProperty void setWithCredentials(boolean withCredentials)
@JsOverlay @Nonnull default EventSourceInit withCredentials(boolean withCredentials)