StorageArea

@native @JSType
trait StorageArea extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def clear(callback: UndefOr[Function0[_]]): Unit
def get(keys: UndefOr[Any], callback: Function1[Dictionary[Any], _]): Unit
def getBytesInUse(keys: UndefOr[Any], callback: Function1[Int, _]): Unit
def remove(keys: Any, callback: UndefOr[Function0[_]]): Unit
def set(items: Dictionary[Any], callback: UndefOr[Function0[_]]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object