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