package util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Deprecated Type Members
- type Reducer[A, M] = (M, A) => (M, Observable[A])
A Function that applies an Action onto the Stores current state.
A Function that applies an Action onto the Stores current state.
- Annotations
- @deprecated
- Deprecated
(Since version ) Use colibri.Subject and pattern matching to build your own Store
- class Storage extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version ) Use colibri.jsdom.Storage instead
Deprecated Value Members
- object Http
- Annotations
- @deprecated
- Deprecated
(Since version ) Use org.scalajs.dom.fetch instead, you can render future or js.Promise responses in the dom as usual
- object LocalStorage extends Storage
- Annotations
- @deprecated
- Deprecated
(Since version ) Use colibri.jsdom.Storage.Local instead
- object Reducer
- Annotations
- @deprecated
- Deprecated
(Since version ) Use colibri.Subject and pattern matching to build your own Store
- object SessionStorage extends Storage
- Annotations
- @deprecated
- Deprecated
(Since version ) Use colibri.jsdom.Storage.Session instead
- object Store
- Annotations
- @deprecated
- Deprecated
(Since version ) Use colibri.Subject and pattern matching to build your own Store
- object WebSocket extends Serializable
- Annotations
- @deprecated
- Deprecated
(Since version ) Use org.scalajs.dom.WebSocket directly instead