RemotePersister
The RemotePersister
interface represents a Persister
that lets you save and load Store
data to and from a remote server.
You should use the createRemotePersister
function to create a RemotePersister
object.
It is a minor extension to the Persister
interface and simply provides an extra getUrls
method for accessing the URLs the Store
is being persisted to.
Since
v4.3.14