Storage

Module: JavaScript DOM API

The Storage of the view.

#include <Storage.idl>

Public Functions

Name
SysStringkey(unsigned long index)
getter SysStringgetItem(SysString key)
setter voidsetItem(SysString key, SysString value)
deleter voidremoveItem(SysString key)
voidclear()

Public Attributes

Name
readonly attribute unsigned longlength

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;