SharedStorageAccessedParameter

@Serializable
data class SharedStorageAccessedParameter(val accessTime: Double, val scope: Storage.SharedStorageAccessScope, val method: Storage.SharedStorageAccessMethod, val mainFrameId: String, val ownerOrigin: String, val ownerSite: String, val params: Storage.SharedStorageAccessParams)

Shared storage was accessed by the associated page. The following parameters are included in all events.

Constructors

Link copied to clipboard
constructor(accessTime: Double, scope: Storage.SharedStorageAccessScope, method: Storage.SharedStorageAccessMethod, mainFrameId: String, ownerOrigin: String, ownerSite: String, params: Storage.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

Enum value indicating the Shared Storage API method invoked.

Link copied to clipboard

Serialization of the origin owning the Shared Storage data.

Link copied to clipboard

Serialization of the site owning the Shared Storage data.

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 access scope.