Mac OS X Reference Library Apple Developer
Search

Storage

Module:
storage
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

clear
getItem
key
removeItem
setItem

clear



void clear(); 

getItem



DOMString getItem(
    in DOMString key); 

key



DOMString key(
    in unsigned long index); 

removeItem



void removeItem(
    in DOMString key); 

setItem



void setItem(
    in DOMString key,
    in DOMString data) raises(DOMException); 

Member Data

length

length



readonly attribute unsigned long length; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27