Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.ApplicationCache.ApplicationCache
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

manifestURL: string

Manifest URL.

size: number

Application cache size.

creationTime: number

Application cache creation time.

updateTime: number

Application cache update time.

Application cache resources.

Properties

url: string

Resource url.

size: integer

Resource size.

type: string

Resource type.

Properties

manifestURL: string

Manifest URL.

size: number

Application cache size.

creationTime: number

Application cache creation time.

updateTime: number

Application cache update time.

Application cache resources.

Properties

frameId: Page.FrameId

Frame identifier.

manifestURL: string

Manifest URL.

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

manifestURL: string

Manifest URL for document in the given frame.

Properties

frameId: Page.FrameId

Identifier of the frame containing document whose application cache updated status.

manifestURL: string

Manifest URL.

status: integer

Updated application cache status.

Properties

isNowOnline: boolean