Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
StorageEventInit
Interface StorageEventInit
interface
StorageEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
key
?:
null
|
string
;
newValue
?:
null
|
string
;
oldValue
?:
null
|
string
;
storageArea
?:
null
|
Storage
;
url
?:
string
;
}
Hierarchy (
view full
)
EventInit
StorageEventInit
Index
Properties
bubbles?
cancelable?
composed?
key?
new
Value?
old
Value?
storage
Area?
url?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
key
key
?:
null
|
string
Optional
new
Value
new
Value
?:
null
|
string
Optional
old
Value
old
Value
?:
null
|
string
Optional
storage
Area
storage
Area
?:
null
|
Storage
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
key
new
Value
old
Value
storage
Area
url
melonjs
Loading...