pl.wendigo.chrome.api.domstorage / StorageId

StorageId

data class StorageId (source)

DOM Storage identifier.

Link
DOMStorage#StorageId type documentation.

Constructors

<init>

StorageId(securityOrigin: String, isLocalStorage: Boolean)

DOM Storage identifier.

Properties

isLocalStorage

val isLocalStorage: Boolean

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

securityOrigin

val securityOrigin: String

Security origin for the storage.