Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1931 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
Ddom.generated.d.ts8677 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
/third_party/typescript/lib/
Dlib.webworker.d.ts1951 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
Dlib.dom.d.ts8697 createObjectStore(name: string, options?: IDBObjectStoreParameters): IDBObjectStore; method
/third_party/typescript/tests/lib/
Dlib.d.ts10995 createObjectStore(name: string, optionalParameters?: any): IDBObjectStore; method