chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domstorage / StorageId

StorageId

data class StorageId

DOM Storage identifier.

Official doc

Constructors

<init>

DOM Storage identifier.

StorageId(securityOrigin: String, isLocalStorage: Boolean)

Properties

isLocalStorage

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

val isLocalStorage: Boolean

securityOrigin

Security origin for the storage.

val securityOrigin: String