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
Storage events are only able to detect changes of localStorage and sessionStorage.
Since I'm working on a driver for value storage of userscripts (e.g. Tampermonkey), I need a way to customize the cross tab observer using GM_addValueChangeListener in order to make my driver compatible with localForage-observable.
Thanks for a nice package :)
The text was updated successfully, but these errors were encountered:
Storage events are only able to detect changes of localStorage and sessionStorage.
Since I'm working on a driver for value storage of userscripts (e.g. Tampermonkey), I need a way to customize the cross tab observer using GM_addValueChangeListener in order to make my driver compatible with localForage-observable.
Thanks for a nice package :)
The text was updated successfully, but these errors were encountered: