public class HtmlStorageProvider extends Provider
Modifier and Type | Field and Description |
---|---|
protected Storage |
storage |
Constructor and Description |
---|
HtmlStorageProvider(Storage storage) |
Modifier and Type | Method and Description |
---|---|
void |
clear(String name)
Clears the named value.
|
void |
getValue(String name,
<any> callback)
Returns the value asynchronously.
|
void |
setValue(String name,
String value)
Sets the value.
|
Copyright © 2020. All rights reserved.