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
{{ message }}
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
The version is angular-locker "2.0.4".
If I put the value in storage " locker.driver('local')", the value will always be saved even I close the browser.
But If I used "locker.driver('session')" to save value, The value won't be get in another tab.
Could yo please give me some suggesion?
Thank you.