Skip to main content
Module

x/astral/bindings/celestial.ts>IndexedDB_ObjectStore

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

Object store.

definition: { name: string; keyPath: IndexedDB_KeyPath; autoIncrement: boolean; indexes: IndexedDB_ObjectStoreIndex[]; }