FrameStoppedLoading

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

Fired when frame has stopped loading.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId)

Properties

Link copied to clipboard

Id of the frame that has stopped loading.