@JsType(isNative=true,
name="Storage",
namespace="<global>")
public class Storage
extends Object
| Constructor and Description |
|---|
Storage() |
| Modifier and Type | Method and Description |
|---|---|
String |
clear() |
String |
getItem(String key) |
static Storage |
getLocalStorageIfSupported() |
String |
key(int index) |
String |
length() |
String |
removeItem(String key) |
String |
setItem(String key,
String value) |
Copyright © 2018 Xalys. All rights reserved.