FrameStartedLoading

@Serializable
data class FrameStartedLoading(val frameId: FrameId) : PageEvent(source)

Fired when frame has started loading.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId)

Properties

Link copied to clipboard

Id of the frame that has started loading.