It should be possible disable the customEvent currently implemented in this hook.
I have a case where i only want the localstorage event to fire in other tabs then the tab that changes which basically is the functionality of window.addEventListener('storage')
It should be possible disable the customEvent currently implemented in this hook.
I have a case where i only want the localstorage event to fire in other tabs then the tab that changes which basically is the functionality of
window.addEventListener('storage')