a handler for each value emitted by the observable
a promise that either resolves on observable completion or rejects with the handled error
Put a stored value into storage and report the value to subscribers.
StoredValue => will set a new value in storage NoValue => Will remove the value from storage Unknown => Pushed to subscribers, but no side effects StorageError =>
Generated using TypeDoc
An Observable BehaviorSubject that also wraps a value in web storage somewhere.
This value is also mute-able. When muted, the value won't change and won't report changes that come from the storage events.