import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { RequestDataResponse } = Protocol.IndexedDB;
Properties
objectStoreDataEntries: DataEntry[]
Array of object store data entries.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.IndexedDB.RequestDataResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { RequestDataResponse } = Protocol.IndexedDB;
Array of object store data entries.