PrerenderStatusUpdated

@Serializable
data class PrerenderStatusUpdated(val key: PreloadingAttemptKey, val status: PreloadingStatus, val prerenderStatus: PrerenderFinalStatus? = null, val disallowedMojoInterface: String? = null) : PreloadEvent(source)

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)

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
Link copied to clipboard
Link copied to clipboard