var statePartial = {}
statePartial[keyspace] = e.newValue
persistor.rehydrate(statePartial, {serial: true})
it would be nice if there could be configured a flag or blob to be added to the statePartial so that cross tab rehydrates could be differentiated from page load rehydrates i.e.
in this blob of code
it would be nice if there could be configured a flag or blob to be added to the statePartial so that cross tab rehydrates could be differentiated from page load rehydrates i.e.
or something like that