Click or drag to resize

SharedStorageAccessedEventArgs Properties

Version 118.6.80

The SharedStorageAccessedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAccessTime
Time of the access.
Public propertyMainFrameId
DevTools Frame Token for the primary frame tree's root.
Public propertyOwnerOrigin
Serialized origin for the context that invoked the Shared Storage API.
Public propertyParams
The sub-parameters warapped by `params` are all optional and their presence/absence depends on `type`.
Public propertyType
Enum value indicating the Shared Storage API method invoked.
Top
See Also