Right now, conflict events are on the pull promise and pass (key, local, remote)
Instead what is needed is a conflict event on the store, so its part of the schema setup. With parameters (put, key, local, remote). All put() calls during this event are written in one transaction.
Right now, conflict events are on the pull promise and pass (key, local, remote)
Instead what is needed is a conflict event on the store, so its part of the schema setup. With parameters (put, key, local, remote). All put() calls during this event are written in one transaction.