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