public interface DOMStorage
Modifier and Type | Method | Description |
---|---|---|
void |
clear(StorageId storageId) |
|
void |
disable() |
Disables storage tracking, prevents storage events from being sent to the client.
|
void |
enable() |
Enables storage tracking, storage events will now be delivered to the client.
|
List<String> |
getDOMStorageItems(StorageId storageId) |
|
void |
removeDOMStorageItem(StorageId storageId,
String key) |
|
void |
setDOMStorageItem(StorageId storageId,
String key,
String value) |
void clear(StorageId storageId)
void disable()
void enable()
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.