Prateek Jadhwani <[email protected]> writes: > How about using Local storage to store application states. I am not > sure if it wont kill the app to free the resources. But I would still > love to see the results of using local storage instead of session > storage.
The reason to suggest using session storage here instead of local storage, here, is to keep the concept of sessions. We may not like to keep states over reboot. Using session storage or local storage, it depends on how the app like to be. But, we could implement session storage in more efficent way than local storage since local storage should be persistent over the rebooting. -- Sinker -- 天教懶漫帶疏狂 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
