StorageId

@Serializable
data class StorageId(val securityOrigin: String? = null, val storageKey: String? = null, val isLocalStorage: Boolean)

DOM Storage identifier.

Constructors

Link copied to clipboard
constructor(securityOrigin: String? = null, storageKey: String? = null, isLocalStorage: Boolean)

Properties

Link copied to clipboard

Whether the storage is local storage (not session storage).

Link copied to clipboard
val securityOrigin: String? = null

Security origin for the storage.

Link copied to clipboard
val storageKey: String? = null

Represents a key by which DOM Storage keys its CachedStorageAreas