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