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