Skip to main content
Latest
class LifecycleWatcher
import { LifecycleWatcher } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.js";

Constructors

new
LifecycleWatcher(
frameManager: FrameManager,
frame: Frame,
timeout: number,
)

Methods

dispose(): void
lifecyclePromise(): Promise<void>
navigationResponse(): Promise<HTTPResponse | null>
newDocumentNavigationPromise(): Promise<Error | undefined>
sameDocumentNavigationPromise(): Promise<Error | undefined>
timeoutOrTerminationPromise(): Promise<Error | TimeoutError | undefined>