effect-io-ai

Package: @effect/platform-browser
Module: IndexedDb

IndexedDb.IndexedDb

Service interface that provides the browser indexedDB factory and IDBKeyRange constructor.

Signature

export interface IndexedDb {
  readonly [TypeId]: typeof TypeId
  readonly indexedDB: globalThis.IDBFactory
  readonly IDBKeyRange: typeof globalThis.IDBKeyRange
}

Source

Since v4.0.0