import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ApplicationCache } = Protocol.ApplicationCache;
Detailed application cache information.
Properties
resources: ApplicationCacheResource[]
Application cache resources.
Properties
resources: ApplicationCacheResource[]
Application cache resources.
Properties
frameId: Page.FrameId
Frame identifier.
status: integer
Application cache status.
Properties
frameId: Page.FrameId
Identifier of the frame containing document whose application cache is retrieved.
Properties
applicationCache: ApplicationCache
Relevant application cache data for the document in given frame.
Properties
frameIds: FrameWithManifest[]
Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
Properties
frameId: Page.FrameId
Identifier of the frame containing document whose manifest is retrieved.
Properties
frameId: Page.FrameId
Identifier of the frame containing document whose application cache updated status.
status: integer
Updated application cache status.