Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.IndexedDB.RequestDataResponse

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.IndexedDB.RequestDataResponse
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { RequestDataResponse } = Protocol.IndexedDB;

Properties

objectStoreDataEntries: DataEntry[]

Array of object store data entries.

hasMore: boolean

If true, there are more entries to fetch in the given range.