PrefetchStatusUpdated

@Serializable
data class PrefetchStatusUpdated(val key: PreloadingAttemptKey, val initiatingFrameId: FrameId, val prefetchUrl: String, val status: PreloadingStatus, val prefetchStatus: PrefetchStatus, val requestId: RequestId) : PreloadEvent

Fired when a prefetch attempt is updated.

Official doc

Constructors

Link copied to clipboard
constructor(key: PreloadingAttemptKey, initiatingFrameId: FrameId, prefetchUrl: String, status: PreloadingStatus, prefetchStatus: PrefetchStatus, requestId: RequestId)

Properties

Link copied to clipboard

The frame id of the frame initiating prefetch.

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)

Link copied to clipboard

(undocumented in the protocol definition)