Shared Storage Accessed
@Serializable
Shared storage was accessed by the associated page. The following parameters are included in all events.
Constructors
Link copied to clipboard
constructor(accessTime: TimeSinceEpoch, type: SharedStorageAccessType, mainFrameId: FrameId, ownerOrigin: String, params: SharedStorageAccessParams)
Properties
Link copied to clipboard
Time of the access.
Link copied to clipboard
DevTools Frame Token for the primary frame tree's root.
Link copied to clipboard
Serialized origin for the context that invoked the Shared Storage API.
Link copied to clipboard
The sub-parameters wrapped by params are all optional and their presence/absence depends on type.
Link copied to clipboard
Enum value indicating the Shared Storage API method invoked.