Storage

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

beginExplicitSnapshot
void beginExplicitSnapshot()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
endExplicitSnapshot
void endExplicitSnapshot()
Undocumented in source. Be warned that the author may not have intended to support it.
getItem
Optional!(string) getItem(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isSessionOnly
bool isSessionOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
key
Optional!(string) key(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open()
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