SharedStorageAccessedEvent class
Constructors
-
factory
Properties
- accessTime → TimeSinceEpoch
-
Time of the access.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainFrameId → FrameId
-
DevTools Frame Token for the primary frame tree's root.
final
- ownerOrigin → String
-
Serialized origin for the context that invoked the Shared Storage API.
final
- params → SharedStorageAccessParams
-
The sub-parameters wrapped by
params
are all optional and their presence/absence depends ontype
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → SharedStorageAccessType
-
Enum value indicating the Shared Storage API method invoked.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited