StorageEvent
Constructors
<init>
Exposes the JavaScript StorageEvent to Kotlin
StorageEvent(
type: String,
eventInitDict: StorageEventInit = definedExternally)
Properties
key
open val key: String?
newValue
open val newValue: String?
oldValue
open val oldValue: String?
storageArea
open val storageArea: Storage?
url
open val url: String
Companion Object Properties
AT_TARGET
val AT_TARGET: Short
BUBBLING_PHASE
val BUBBLING_PHASE: Short
CAPTURING_PHASE
val CAPTURING_PHASE: Short
NONE
val NONE: Short