StorageEvent$Typings extension

on

Properties

initStorageEvent ↔ void Function(String, [bool?, bool?, String?, String?, String?, Object?, Storage?])
getter/setter pair
key String?
Returns the key of the storage item being changed.
no setter
newValue String?
Returns the new value of the key of the storage item whose value is being changed.
no setter
oldValue String?
Returns the old value of the key of the storage item whose value is being changed.
no setter
storageArea Storage?
Returns the Storage object that was affected.
no setter
url String
Returns the URL of the document whose storage item changed.
no setter