FrameStoppedLoadingParameter

@Serializable
data class FrameStoppedLoadingParameter(val frameId: String)

Fired when frame has stopped loading.

Constructors

Link copied to clipboard
constructor(frameId: String)

Properties

Link copied to clipboard

Id of the frame that has stopped loading.