public static interface IDBRequest.ErrorUnionType
| Modifier and Type | Method and Description |
|---|---|
default DOMError |
asDOMError() |
default DOMException |
asDOMException() |
default boolean |
isDOMError() |
default boolean |
isDOMException() |
static IDBRequest.ErrorUnionType |
of(java.lang.Object o) |
static IDBRequest.ErrorUnionType of(java.lang.Object o)
default DOMError asDOMError()
default DOMException asDOMException()
default boolean isDOMError()
default boolean isDOMException()