Packages

Type-safe IndexedDB bindings for Gleam

Current section

Files

Jump to
glindex src global.d.ts
Raw

src/global.d.ts

interface Window {
mozIndexedDB?: IDBFactory;
webkitIndexedDB?: IDBFactory;
msIndexedDB?: IDBFactory;
shimIndexedDB?: IDBFactory;
}