Base solution for your next web application
Open Closed

localStorage vs localForage service in Abp #2830


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    localForage is used becaue it's script file is added later.

  • User Avatar
    0
    bilalhaidar created

    Thanks :)