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
We're accessing syncStoredKeys() often to keep our internal cache of keys (and localStorage.length) in sync. There are things that can be done to speed up this method.
We're accessing
syncStoredKeys()often to keep our internal cache of keys (and localStorage.length) in sync. There are things that can be done to speed up this method.