Storage

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
getItem
auto getItem(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
key
auto key(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
void removeItem(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
setItem
void setItem(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta