Skip to main content
Version: 24.38.0

ProtocolLifeCycleEvent 类型

🌐 ProtocolLifeCycleEvent type

语法

🌐 Signature

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