Skip to main content
Module

x/astral/bindings/celestial.ts>IndexedDB_ObjectStoreIndex

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias IndexedDB_ObjectStoreIndex
import { type IndexedDB_ObjectStoreIndex } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Object store index.

definition: { name: string; keyPath: IndexedDB_KeyPath; unique: boolean; multiEntry: boolean; }