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
In #38 we allowed callers
to pass in their own storage implementation. We accidentally leaked a `window.sessionStorage` access outside of a `try` block, though,
and this could lead to errors when users have cookies disabled or are
in private mode.
I've chosen to keep the other `try/catch` blocks to minimize changes.
0 commit comments