mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
386 B
386 B
Home > puppeteer > ProtocolLifeCycleEvent
ProtocolLifeCycleEvent type
Signature:
export declare type ProtocolLifeCycleEvent = 'load' | 'DOMContentLoaded' | 'networkIdle' | 'networkAlmostIdle';