Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
Storage |
Window.getLocalStorage() |
Storage |
Window.getSessionStorage() |
Storage |
StorageEvent.getStorageArea()
Represents the Storage object that was affected.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageEvent.initStorageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
String keyArg,
String oldValueArg,
String newValueArg,
String urlArg,
Storage storageAreaArg)
Initializes the event in a manner analogous to the similarly-named method in the DOM Events interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
JsStorage |
Modifier and Type | Method and Description |
---|---|
void |
JsStorageEvent.initStorageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
String keyArg,
String oldValueArg,
String newValueArg,
String urlArg,
Storage storageAreaArg) |
Copyright © 2018. All rights reserved.