Storage
Module: JavaScript DOM API
The Storage of the view.
#include <Storage.idl>
Public Functions
Section titled “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
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute unsigned long | length |
Public Functions Documentation
Section titled “Public Functions Documentation”function key
Section titled “function key”SysString key( unsigned long index)function getItem
Section titled “function getItem”getter SysString getItem( SysString key)function setItem
Section titled “function setItem”setter void setItem( SysString key, SysString value)function removeItem
Section titled “function removeItem”deleter void removeItem( SysString key)function clear
Section titled “function clear”void clear()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable length
Section titled “variable length”readonly attribute unsigned long length;© 2026 Coherent Labs. All rights reserved.