Home
last modified time | relevance | path

Searched refs:createObjectStore (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/lib/
Dlib.webworker.d.ts1799 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
Dlib.dom.d.ts9224 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1779 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
Ddom.generated.d.ts9204 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
/third_party/typescript/tests/lib/
Dlib.d.ts10995 createObjectStore(name: string, optionalParameters?: any): IDBObjectStore; method