mfulton26 opened a new issue #1210: URL: https://github.com/apache/cordova-docs/issues/1210
# Feature Request Details on advantages/disadvantages, supported platforms, etc. for the Cache API supported by browsers, etc. ## Motivation Behind Feature <!-- Why should this feature be implemented? What problem does it solve? --> Cordova has some great docs for helping when making decisions on where and how to store data but doesn't currently provide information saved about the Cache API which can be used in some cases instead of IndexedDB. Documenting this will help folks make informed decisions. ## Feature Description <!-- Describe your feature request in detail Please provide any code examples or screenshots of what this feature would look like Are there any drawbacks? Will this break anything for existing users? --> Document Cache API similar to how localStorage, IndexedDb, Web SQL, etc. are documented. www/docs/en/dev/cordova/storage/storage.md ## Alternatives or Workarounds <!-- Describe alternatives or workarounds you are currently using Are there ways to do this with existing functionality? --> Various sites out there have some information about total size limits on iOS, etc. etc. but it is hard to find what applies to apps running inside Cordova/WKWebView. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
