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
Hi, team! I am always thankful to you for this grateful and excellent database!
I noticed that the error that I wrote in the title became shown on the browser. (It happens both with using pouchdb-browser and custom build from the core and some required plugins.). After I checked some behaviour and realise a concern, therefore I made a patch.
The reference to this looks has been captured in the function at packages/node_modules/pouchdb-utils/src/changesHandler.js.
I made the patch and tested it, and looks like works fine.
Would you mind if I make make a pull request?
Info
Environment: Browser
Platform: Chrome
Adapter: idb
Server: N/A
Reproduce
Open two windows of pouchdb.com
Open devTools in both windows. perform localStorage.setItem("Hello", World")
The error appears in the opposite window.
steodor, michael42, 61n-juuso, TheSlimvReal, KorbinianKuhn and 3 more