StorageEvent

JS
1.1
open class StorageEvent : Event

Exposes the JavaScript StorageEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript StorageEvent to Kotlin

StorageEvent(
    type: String,
    eventInitDict: StorageEventInit = definedExternally)

Properties

JS
1.1

key

open val key: String?
JS
1.1

newValue

open val newValue: String?
JS
1.1

oldValue

open val oldValue: String?
JS
1.1

storageArea

open val storageArea: Storage?
JS
1.1

url

open val url: String

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET: Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE: Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE: Short
JS
1.1

NONE

val NONE: Short