Storage
extern class js.StorageAvailable in js
var length(default,null) : Int
function clear() : Void
function getItem( key : String ) : String
function key( index : Int ) : String
function removeItem( key : String ) : Void
function setItem( key : String, v : String ) : Void
static inline function getLocal() : Storage
static inline function getSession() : Storage
Web Storage for storing data in the user's browser. Not available in IE7 and below.
Read more about it at w3schools.
version #15423, modified 2012-09-02 10:06:47 by AndyLi
0 comment