0
bilalhaidar created
Hi, Under Common/Scripts/LocalStroage, you define 2 javascript objects, one using pure localStorage and the other uses localForage.
When using app.localStorage, which one is being used? Is it the localStorage or localForage?
Thanks
2 Answer(s)
-
0
Hi,
localForage is used becaue it's script file is added later.
-
0
Thanks :)