Class PrefetchStatusUpdatedEventArgs
PrefetchStatusUpdated
public sealed class PrefetchStatusUpdatedEventArgs : EventArgs
- Inheritance
-
PrefetchStatusUpdatedEventArgs
- Inherited Members
Properties
InitiatingFrameId
Gets or sets the initiatingFrameId
[JsonPropertyName("initiatingFrameId")]
public string InitiatingFrameId { get; set; }
Property Value
Key
Gets or sets the key
[JsonPropertyName("key")]
public PreloadingAttemptKey Key { get; set; }
Property Value
PrefetchStatus
Gets or sets the prefetchStatus
[JsonPropertyName("prefetchStatus")]
public PrefetchStatus PrefetchStatus { get; set; }
Property Value
PrefetchUrl
Gets or sets the prefetchUrl
[JsonPropertyName("prefetchUrl")]
public string PrefetchUrl { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Status
Gets or sets the status
[JsonPropertyName("status")]
public PreloadingStatus Status { get; set; }