Skip to main content
Version: 16.1.1

ProtocolLifeCycleEvent type

Signature:

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