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
If I do $localForage.getItem('key'), is the returned key object automatically bound to the localForage object? It seems like it is, but I just wanted to double-check if that is the expected behavior.
The text was updated successfully, but these errors were encountered:
If I do
$localForage.getItem('key')
, is the returned key object automatically bound to the localForage object? It seems like it is, but I just wanted to double-check if that is the expected behavior.The text was updated successfully, but these errors were encountered: