Add flush to persist api #3156
Unanswered
patrickhousley
asked this question in
Ideas
Replies: 1 comment
-
Yeah, that's correct.
Not sure if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When providing a custom persistence storage that includes async calls, there is no way to tell through the store interface that the persist has completed. For example, using indexDB as the storage with custom get/set/remove functions passed in the persist options, it would be nice if we could call
await store.persist.flush().Beta Was this translation helpful? Give feedback.
All reactions