Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class LifecycleWatcher
import { LifecycleWatcher } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/LifecycleWatcher.d.ts";

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>