You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose requestOptions. This allows externally tweaking the min and max time between pull and push requests.
Add JS backed Puller/Pusher implementation. See ReplicacheOptionspuller/pusher.
Add onOnlineChange callback.
Bug fixes
Make sure online is reported correctly.
Wait for close in open. This was mostly causing problems with Hot Module Replacement (HMR) because it ends up opening the Replicache instance while it was being closed.