Skip to content

issues Search Results · repo:marcuswestin/store.js language:JavaScript

Filter by

216 results
 (122 ms)

216 results

inmarcuswestin/store.js (press backspace or delete to remove)

I use store.js to deal with localstorage, and I have 2 or more project under the same domain,, how to define a global namespace in each project to avoid clearing all localstorage in one site?
  • szylmzs
  • Opened 
    on Oct 30, 2023
  • #336

比如: store.set( a ,123456789999999) 然后获取: store.get( a ) 数据就成了123456789999900 用原生的本地存储不会有这种问题
  • bing127
  • 1
  • Opened 
    on Feb 22, 2022
  • #332

There seems to be an issue with cookieStorage.js which doesn t seem to accept the expiry set for cookies. The expiry is hardcoded - https://github.com/marcuswestin/store.js/blob/b8e22fea8738fc19da4d9e7dbf1cda6e5185c481/storages/cookieStorage.js#L43 ...
  • virajsoni06
  • 2
  • Opened 
    on Aug 23, 2021
  • #325

store.js use in memory(localstorage) or physical disk( indexedDB)? what is size limit? I have large json data(1 GB) need to store in browser. Would store.js works?
  • hoogw
  • 1
  • Opened 
    on Jul 15, 2020
  • #313

HI I am newbie in NuxtJS and creating a plugin JS and we have component notify in component folder . I want to call this notify and we get an error. Here is my code FlexgridValidation.zip I am trying to ...
  • ddubey-nuxt
  • Opened 
    on Jun 19, 2020
  • #312

I m trying to figure out how to use plugins (expire specifically) while using typescript. The Store.set method doesn t accept a third parameter (expiration), even if I call Store.addPlugin(Expire)
  • damianon
  • 7
  • Opened 
    on Oct 21, 2019
  • #303

Is it possible to check if a field was rewritten between when a value was retrieved and set? I see the update function doesn t do any of the checking. You could just assign a new Date, on writes, and compare ...
  • janat08
  • 1
  • Opened 
    on Aug 1, 2019
  • #302

expire isn t working
  • janat08
  • 1
  • Opened 
    on Jul 27, 2019
  • #301

Is there a way to clear store for only one namespace? When I create multiple stores with different namespaces and I call clearAll on any of them, it clears the data from all the stores. var ns1 = store.namespace( ...
  • bblimke
  • 4
  • Opened 
    on Jun 7, 2019
  • #300

Hello, how can i store a JS file and then run it from localstorage with store.js help?
  • switchy7
  • 13
  • Opened 
    on Apr 13, 2019
  • #296
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub