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