PrerenderStatusUpdated

@Serializable
data class PrerenderStatusUpdated(val key: PreloadingAttemptKey, val status: PreloadingStatus, val prerenderStatus: PrerenderFinalStatus? = null, val disallowedMojoInterface: String? = null, val mismatchedHeaders: List<PrerenderMismatchedHeaders>? = null) : PreloadEvent

Fired when a prerender attempt is updated.

Official doc

Constructors

Link copied to clipboard
constructor(key: PreloadingAttemptKey, status: PreloadingStatus, prerenderStatus: PrerenderFinalStatus? = null, disallowedMojoInterface: String? = null, mismatchedHeaders: List<PrerenderMismatchedHeaders>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)