SYMBOL INDEX (79 symbols across 10 files) FILE: rollup.config.mjs method generateBundle (line 62) | async generateBundle() { FILE: src/async-iterators.ts method get (line 11) | get(target, prop) { function isIteratorProp (line 59) | function isIteratorProp(target: any, prop: number | string | symbol) { method get (line 69) | get(target, prop, receiver) { method has (line 73) | has(target, prop) { FILE: src/database-extras.ts function getMethod (line 9) | function getMethod( FILE: src/entry.ts type OpenDBCallbacks (line 3) | interface OpenDBCallbacks { function openDB (line 65) | function openDB( type DeleteDBCallbacks (line 114) | interface DeleteDBCallbacks { function deleteDB (line 129) | function deleteDB( type KeyToKeyNoIndex (line 151) | type KeyToKeyNoIndex = { type ValuesOf (line 154) | type ValuesOf = T extends { [K in keyof T]: infer U } ? U : never; type KnownKeys (line 155) | type KnownKeys = ValuesOf>; type Omit (line 157) | type Omit = Pick>; type DBSchema (line 159) | interface DBSchema { type IndexKeys (line 163) | interface IndexKeys { type DBSchemaValue (line 167) | interface DBSchemaValue { type StoreNames (line 178) | type StoreNames = type StoreValue (line 187) | type StoreValue< type StoreKey (line 198) | type StoreKey< type IndexNames (line 209) | type IndexNames< type IndexKey (line 221) | type IndexKey< type CursorSource (line 231) | type CursorSource< type CursorKey (line 241) | type CursorKey< type IDBPDatabaseExtends (line 249) | type IDBPDatabaseExtends = Omit< type DOMStringListSymbolIteratorType (line 254) | type DOMStringListSymbolIteratorType = DOMStringList extends { [Symbol.i... type TypedDOMStringList (line 259) | interface TypedDOMStringList extends DOMStringList { type IDBTransactionOptions (line 271) | interface IDBTransactionOptions { type IDBPDatabase (line 283) | interface IDBPDatabase type IDBPTransactionExtends (line 564) | type IDBPTransactionExtends = Omit< type IDBPTransaction (line 569) | interface IDBPTransaction< type IDBPObjectStoreExtends (line 606) | type IDBPObjectStoreExtends = Omit< type IDBPObjectStore (line 625) | interface IDBPObjectStore< type IDBPIndexExtends (line 795) | type IDBPIndexExtends = Omit< type IDBPIndex (line 807) | interface IDBPIndex< type IDBPCursorExtends (line 930) | type IDBPCursorExtends = Omit< type IDBPCursor (line 942) | interface IDBPCursor< type IDBPCursorIteratorValueExtends (line 1015) | type IDBPCursorIteratorValueExtends< type IDBPCursorIteratorValue (line 1028) | interface IDBPCursorIteratorValue< type IDBPCursorWithValue (line 1068) | interface IDBPCursorWithValue< type IDBPCursorWithValueIteratorValueExtends (line 1096) | type IDBPCursorWithValueIteratorValueExtends< type IDBPCursorWithValueIteratorValue (line 1109) | interface IDBPCursorWithValueIteratorValue< FILE: src/util.ts type Constructor (line 1) | type Constructor = new (...args: any[]) => any; type Func (line 2) | type Func = (...args: any[]) => any; FILE: src/wrap-idb-value.ts function getIdbProxyableTypes (line 15) | function getIdbProxyableTypes(): Constructor[] { function getCursorAdvanceMethods (line 29) | function getCursorAdvanceMethods(): Func[] { function promisifyRequest (line 47) | function promisifyRequest(request: IDBRequest): Promise { function cacheDonePromiseForTransaction (line 71) | function cacheDonePromiseForTransaction(tx: IDBTransaction): void { method get (line 99) | get(target, prop, receiver) { method set (line 113) | set(target, prop, value) { method has (line 117) | has(target, prop) { function replaceTraps (line 128) | function replaceTraps( function wrapFunction (line 134) | function wrapFunction(func: T): Function { function transformCachableValue (line 159) | function transformCachableValue(value: any): any { function wrap (line 186) | function wrap(value: any): any { type Unwrap (line 213) | interface Unwrap { FILE: test/index.ts function loadScript (line 8) | function loadScript(url: string): Promise { FILE: test/main.ts type RenamedDBSchema (line 855) | interface RenamedDBSchema extends DBSchema { method upgrade (line 959) | upgrade(db, oldVersion, newVersion, tx) { method upgrade (line 1117) | upgrade(db, oldVersion, newVersion, tx) { method upgrade (line 1128) | upgrade(db, oldVersion, newVersion, tx) { method upgrade (line 1525) | upgrade(db, oldVersion, newVersion, tx) { method upgrade (line 1586) | upgrade(db, oldVersion, newVersion, tx) { FILE: test/open.ts method upgrade (line 24) | upgrade(db, oldVersion, newVersion, tx, event) { method upgrade (line 58) | upgrade(db, oldVersion, newVersion, tx) { method upgrade (line 103) | upgrade(db, oldVersion, newVersion, tx) { method blocked (line 128) | blocked() { method blocking (line 131) | blocking(currentVersion, blockedVersion, event) { method blocked (line 150) | blocked(currentVersion, blockedVersion, event) { method blocking (line 159) | blocking() { method blocked (line 240) | blocked() { method blocking (line 243) | blocking() { method blocked (line 255) | blocked(currentVersion, event) { FILE: test/utils.ts type ObjectStoreValue (line 9) | interface ObjectStoreValue { type TestDBSchema (line 15) | interface TestDBSchema extends DBSchema { function getNextVersion (line 30) | function getNextVersion(): number { function openDBWithSchema (line 37) | function openDBWithSchema(): Promise> { function openDBWithData (line 52) | async function openDBWithData() { function deleteDatabase (line 85) | function deleteDatabase(callbacks: DeleteDBCallbacks = {}) {