NavigatedWithinDocument

@Serializable
data class NavigatedWithinDocument(val frameId: FrameId, val url: String) : PageEvent(source)

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId, url: String)

Properties

Link copied to clipboard

Id of the frame.

Link copied to clipboard
val url: String

Frame's new url.