Searched refs:IDBObjectStore (Results 1 – 12 of 12) sorted by relevance
60 interface IDBObjectStore { interface
119 interface IDBObjectStore { interface
1698 readonly source: IDBObjectStore | IDBIndex;1779 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;1835 readonly objectStore: IDBObjectStore;1932 interface IDBObjectStore { interface2042 declare var IDBObjectStore: { variable2043 prototype: IDBObjectStore;2044 new(): IDBObjectStore;2091 readonly source: IDBObjectStore | IDBIndex | IDBCursor;2140 objectStore(name: string): IDBObjectStore;
9123 readonly source: IDBObjectStore | IDBIndex;9204 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;9260 readonly objectStore: IDBObjectStore;9357 interface IDBObjectStore { interface9467 declare var IDBObjectStore: { variable9468 prototype: IDBObjectStore;9469 new(): IDBObjectStore;9516 readonly source: IDBObjectStore | IDBIndex | IDBCursor;9565 objectStore(name: string): IDBObjectStore;
80 interface IDBObjectStore { interface
139 interface IDBObjectStore { interface
1718 readonly source: IDBObjectStore | IDBIndex;1799 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;1855 readonly objectStore: IDBObjectStore;1952 interface IDBObjectStore { interface2062 declare var IDBObjectStore: { variable2063 prototype: IDBObjectStore;2064 new(): IDBObjectStore;2111 readonly source: IDBObjectStore | IDBIndex | IDBCursor;2160 objectStore(name: string): IDBObjectStore;
9143 readonly source: IDBObjectStore | IDBIndex;9224 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore;9280 readonly objectStore: IDBObjectStore;9377 interface IDBObjectStore { interface9487 declare var IDBObjectStore: { variable9488 prototype: IDBObjectStore;9489 new(): IDBObjectStore;9536 readonly source: IDBObjectStore | IDBIndex | IDBCursor;9585 objectStore(name: string): IDBObjectStore;
67 …alue" | "IDBDatabase" | "IDBFactory" | "IDBIndex" | "IDBKeyRange" | "IDBObjectStore" | "IDBOpenDBR…
100 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…102 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…108 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…110 … IDBDatabase: any; IDBFactory: any; IDBIndex: any; IDBKeyRange: any; IDBObjectStore: any; IDBOpenD…
10995 createObjectStore(name: string, optionalParameters?: any): IDBObjectStore;11022 objectStore: IDBObjectStore;11052 interface IDBObjectStore { interface11069 declare var IDBObjectStore: { variable11070 prototype: IDBObjectStore;11071 new(): IDBObjectStore;11115 objectStore(name: string): IDBObjectStore;
136524 IDBObjectStore, enumerator137310 IDBObjectStore, enumerator140140 struct PrototypeTraits<prototypes::id::IDBObjectStore>