Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.IndexedDB.ObjectStoreIndex
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ObjectStoreIndex } = default.IndexedDB;

Object store index.

Properties

name: string

Index name.

keyPath: KeyPath

Index key path.

unique: boolean

If true, index is unique.

multiEntry: boolean

If true, index allows multiple entries for a key.