Package elemental2.dom
Interface EventSource.ConstructorUrlUnionType
-
- Enclosing class:
- EventSource
@JsType(isNative=true, name="?", namespace="<global>") public static interface EventSource.ConstructorUrlUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
asString()
default URL
asURL()
default boolean
isString()
default boolean
isURL()
static EventSource.ConstructorUrlUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static EventSource.ConstructorUrlUnionType of(java.lang.Object o)
-
asString
@JsOverlay default java.lang.String asString()
-
asURL
@JsOverlay default URL asURL()
-
isString
@JsOverlay default boolean isString()
-
isURL
@JsOverlay default boolean isURL()
-
-