kotlin-stdlib / org.w3c.dom / StorageEventInit StorageEventInit JS 1.1 interface StorageEventInit : EventInit (source) Properties JS 1.1 key open var key : String ? JS 1.1 newValue open var newValue : String ? JS 1.1 oldValue open var oldValue : String ? JS 1.1 storageArea open var storageArea : Storage ? JS 1.1 url open var url : String ?