SharedStorageWorkletOperationExecutionFinishedParameter

@Serializable
data class SharedStorageWorkletOperationExecutionFinishedParameter(val finishedTime: Double, val executionTime: Int, val method: Storage.SharedStorageAccessMethod, val operationId: String, val workletTargetId: String, val mainFrameId: String, val ownerOrigin: String)

A shared storage run or selectURL operation finished its execution. The following parameters are included in all events.

Constructors

constructor(finishedTime: Double, executionTime: Int, method: Storage.SharedStorageAccessMethod, operationId: String, workletTargetId: String, mainFrameId: String, ownerOrigin: String)

Properties

Link copied to clipboard

Time, in microseconds, from start of shared storage JS API call until end of operation execution in the worklet.

Link copied to clipboard

Time that the operation finished.

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

ID of the operation call.

Link copied to clipboard

Serialization of the origin owning the Shared Storage data.

Link copied to clipboard

Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet.