Class SharedStorageAccessedEventArgs
Shared storage was accessed by the associated page. The following parameters are included in all events.
public sealed class SharedStorageAccessedEventArgs : EventArgs
- Inheritance
-
SharedStorageAccessedEventArgs
- Inherited Members
Properties
AccessTime
Time of the access.
[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }
Property Value
MainFrameId
DevTools Frame Token for the primary frame tree's root.
[JsonPropertyName("mainFrameId")]
public string MainFrameId { get; set; }
Property Value
Method
Enum value indicating the Shared Storage API method invoked.
[JsonPropertyName("method")]
public SharedStorageAccessMethod Method { get; set; }
Property Value
OwnerOrigin
Serialization of the origin owning the Shared Storage data.
[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }
Property Value
OwnerSite
Serialization of the site owning the Shared Storage data.
[JsonPropertyName("ownerSite")]
public string OwnerSite { get; set; }
Property Value
Params
The sub-parameters wrapped by params are all optional and their
presence/absence depends on type.
[JsonPropertyName("params")]
public SharedStorageAccessParams Params { get; set; }
Property Value
Scope
Enum value indicating the access scope.
[JsonPropertyName("scope")]
public SharedStorageAccessScope Scope { get; set; }