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