Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support async storage libraries like localforage #17

Closed
sukiejosh opened this issue Feb 2, 2022 · 2 comments
Closed

Support async storage libraries like localforage #17

sukiejosh opened this issue Feb 2, 2022 · 2 comments
Labels
❌ wontfix This will not be worked on

Comments

@sukiejosh
Copy link

No description provided.

@prazdevs prazdevs added the ✨ enhancement New feature or request label Feb 2, 2022
@prazdevs
Copy link
Owner

prazdevs commented Feb 2, 2022

Hi, I'll try to see what I can do for this :)

@prazdevs
Copy link
Owner

prazdevs commented Feb 2, 2022

I don't think this can be considered for now. The plugin hooks onto pinia's $subscribe that watches mutations and not actions, so whatever we do should also be synchronous. If you're looking to integrate async operations withing the store, you can consider subscribing to actions (more in the pinia docs) and do so in a more "manual" way.

I'll be closing this for now, feel free to reopen if you have a proper solution to implement. Thanks!

@prazdevs prazdevs closed this as completed Feb 2, 2022
@prazdevs prazdevs added ❌ wontfix This will not be worked on and removed ✨ enhancement New feature or request labels Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❌ wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants