234 B
234 B
sidebar_label |
---|
ProtocolLifeCycleEvent |
ProtocolLifeCycleEvent type
Signature:
export declare type ProtocolLifeCycleEvent =
| 'load'
| 'DOMContentLoaded'
| 'networkIdle'
| 'networkAlmostIdle';