Frame Attached Event
data class FrameAttachedEvent(frameId: FrameId, parentFrameId: FrameId, stack: StackTrace?) : Event
Content copied to clipboard
Fired when frame has been attached to its parent.
Constructors
FrameAttachedEvent
Link copied to clipboard
fun FrameAttachedEvent(frameId: FrameId, parentFrameId: FrameId, stack: StackTrace? = null)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard