PrefetchStatusUpdated

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

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)

Properties

Link copied to clipboard

The frame id of the frame initiating prefetch.

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