indexeddbshim
Version:
A polyfill for IndexedDB using WebSql
10 lines (9 loc) • 419 B
TypeScript
declare var shimIndexedDB: import('../src/IDBFactory.js').IDBFactory & WindowDatabase & {
__useShim: () => void
__debug: (val: boolean) => void
__setConfig: (prop: string, val: import('../src/CFG.js').ConfigValue) => void
__getConfig: (prop: string) => import('../src/CFG.js').ConfigValue
__setUnicodeIdentifiers: (cfg?: {
UnicodeIDStart: string, UnicodeIDContinue: string
}) => void
};