Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Field and Description |
---|---|
static Storage |
Exports.localStorage |
static Storage |
Exports.sessionStorage |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Storage> |
WindowLocalStorage.localStorage |
Objs.Property<Storage> |
WindowSessionStorage.sessionStorage |
Objs.Property<Storage> |
StorageEvent.storageArea |
Modifier and Type | Method and Description |
---|---|
static Storage |
Storage.$as(Object obj) |
Storage |
WindowLocalStorage.localStorage() |
Storage |
WindowSessionStorage.sessionStorage() |
Storage |
StorageEvent.storageArea() |
Modifier and Type | Method and Description |
---|---|
void |
StorageEvent.initStorageEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
String keyArg,
Object oldValueArg,
Object newValueArg,
String urlArg,
Storage storageAreaArg) |
Copyright © 2018. All rights reserved.