Skip to main content
Go to Latest
interface Protocol.IndexedDB.KeyRange
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { KeyRange } = Protocol.IndexedDB;

Key range.

Properties

optional
lower: Key

Lower bound.

optional
upper: Key

Upper bound.

lowerOpen: boolean

If true lower bound is open.

upperOpen: boolean

If true upper bound is open.