Skip to main content
Version: 17.1.2

ProtocolLifeCycleEvent type

Signature:

export declare type ProtocolLifeCycleEvent =
| 'load'
| 'DOMContentLoaded'
| 'networkIdle'
| 'networkAlmostIdle';