public interface DOMStorage
Modifier and Type | Method and 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 enable()
void disable()
void clear(StorageId storageId)
Copyright © 2017 WebFolder OÜ. All rights reserved.