Package elemental2.dom
Interface WebSocket.ConstructorUrlUnionType
-
- Enclosing class:
- WebSocket
@JsType(isNative=true, name="?", namespace="<global>") public static interface WebSocket.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 WebSocket.ConstructorUrlUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static WebSocket.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()
-
-