import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { RequestEntriesResponse } = Protocol.CacheStorage;
Properties
cacheDataEntries: DataEntry[]
Array of object store data entries.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { RequestEntriesResponse } = Protocol.CacheStorage;
Array of object store data entries.