o

org.scalajs.dom.ext

LocalStorage

object LocalStorage extends Storage

Linear Supertypes
Storage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalStorage
  2. Storage
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(key: String): Option[String]
    Definition Classes
    Storage
  2. def clear(): Unit
    Definition Classes
    Storage
  3. def key(index: Int): Option[String]
    Definition Classes
    Storage
  4. def length: Int
    Definition Classes
    Storage
  5. def remove(key: String): Unit
    Definition Classes
    Storage
  6. def update(key: String, data: String): Unit
    Definition Classes
    Storage