PrerenderAttemptCompleted

@Serializable
data class PrerenderAttemptCompleted(val key: PreloadingAttemptKey, val initiatingFrameId: FrameId, val prerenderingUrl: String, val finalStatus: PrerenderFinalStatus, val disallowedApiMethod: String? = null) : PreloadEvent(source)

Fired when a prerender attempt is completed.

Official doc

Constructors

Link copied to clipboard
constructor(key: PreloadingAttemptKey, initiatingFrameId: FrameId, prerenderingUrl: String, finalStatus: PrerenderFinalStatus, disallowedApiMethod: String? = null)

Properties

Link copied to clipboard

This is used to give users more information about the name of the API call that is incompatible with prerender and has caused the cancellation of the attempt

Link copied to clipboard
Link copied to clipboard

The frame id of the frame initiating prerendering.

Link copied to clipboard
Link copied to clipboard