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
Add .listen(callback) method to listen window.onstorage event. It'll only work if storage is the localStorage, so this method can check when called and throw an error.
Add
.listen(callback)method to listenwindow.onstorageevent. It'll only work if storage is thelocalStorage, so this method can check when called and throw an error.