FrameSubtreeWillBeDetached

@Serializable
data class FrameSubtreeWillBeDetached(val frameId: FrameId) : PageEvent

Fired before frame subtree is detached. Emitted before any frame of the subtree is actually detached.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId)

Properties

Link copied to clipboard

Id of the frame that is the root of the subtree that will be detached.