Convergence supports scenarios where the consuming application loses
connectivity to the server. To use, simply provide an IStorageAdapter
in the IConvergenceOptions on initial connection.
The interfaces here provide an API for customization of the offline
operation storage. By default, Convergence provides the IdbStorageAdapter
which uses IndexedDB for persistence.
Convergence supports scenarios where the consuming application loses connectivity to the server. To use, simply provide an
IStorageAdapter
in the IConvergenceOptions on initial connection.The interfaces here provide an API for customization of the offline operation storage. By default, Convergence provides the IdbStorageAdapter which uses IndexedDB for persistence.