@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="IDBObjectStoreOrIDBIndexOrIDBCursorUnion")
public interface IDBObjectStoreOrIDBIndexOrIDBCursorUnion
| Modifier and Type | Method and Description |
|---|---|
static IDBObjectStoreOrIDBIndexOrIDBCursorUnion |
of(IDBCursor value) |
static IDBObjectStoreOrIDBIndexOrIDBCursorUnion |
of(IDBIndex value) |
static IDBObjectStoreOrIDBIndexOrIDBCursorUnion |
of(IDBObjectStore value) |
@JsOverlay @Nonnull static IDBObjectStoreOrIDBIndexOrIDBCursorUnion of(@Nonnull IDBObjectStore value)
@JsOverlay @Nonnull static IDBObjectStoreOrIDBIndexOrIDBCursorUnion of(@Nonnull IDBIndex value)
@JsOverlay @Nonnull static IDBObjectStoreOrIDBIndexOrIDBCursorUnion of(@Nonnull IDBCursor value)