FrameStartedLoadingParameter

@Serializable
data class FrameStartedLoadingParameter(val frameId: String)

Fired when frame has started loading.

Constructors

Link copied to clipboard
constructor(frameId: String)

Properties

Link copied to clipboard

Id of the frame that has started loading.