Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.ApplicationCache.GetFramesWithManifestsResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetFramesWithManifestsResponse } = Protocol.ApplicationCache;

Properties

frameIds: FrameWithManifest[]

Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.