-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
#4 I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
HttpCacheStorage provides a synchronous interface.
Expected behavior
Allow for caching in async storage such as IndexedDB and other async storage options.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I'm creating an Ionic/Capacitor application and I would like to be able to use Capacitor storage to work around the 5mb localStorage limit. I'm not able to do this because all of the Storage methods return promises.
Environment
All
9hgg, andriyor, mmey3k, sylvaindumont, aotaduy and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers