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

Frame identifier - manifest URL pair.

Properties

frameId: Page.FrameId

Frame identifier.

manifestURL: string

Manifest URL.

status: integer

Application cache status.