Skip to main content
Go to Latest
interface default.IndexedDB.ObjectStoreIndex
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.