haXe API Documentation
Back | Index
extern class js.Storage
Available 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
Back | Index