Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.IndexedDB.ObjectStoreIndex
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ObjectStoreIndex } = Protocol.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.