Storage
Module: JavaScript DOM API
The Storage of the view.
#include <Storage.idl>
Public Functions
Name | |
---|---|
SysString | key(unsigned long index) |
getter SysString | getItem(SysString key) |
setter void | setItem(SysString key, SysString value) |
deleter void | removeItem(SysString key) |
void | clear() |
Public Attributes
Name | |
---|---|
readonly attribute unsigned long | length |
Public Functions Documentation
function key
SysString key(
unsigned long index
)
function getItem
getter SysString getItem(
SysString key
)
function setItem
setter void setItem(
SysString key,
SysString value
)
function removeItem
deleter void removeItem(
SysString key
)
function clear
void clear()
Public Attributes Documentation
variable length
readonly attribute unsigned long length;