PrerenderStatusUpdated

@Serializable
data class PrerenderStatusUpdated(val key: PreloadingAttemptKey, val initiatingFrameId: FrameId, val prerenderingUrl: String, val status: PreloadingStatus) : PreloadEvent

Fired when a prerender attempt is updated.

Official doc

Constructors

Link copied to clipboard
constructor(key: PreloadingAttemptKey, initiatingFrameId: FrameId, prerenderingUrl: String, status: PreloadingStatus)

Properties

Link copied to clipboard

The frame id of the frame initiating prerender.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard