brodybits commented on a change in pull request #1042: Update IndexedDB platform support URL: https://github.com/apache/cordova-docs/pull/1042#discussion_r362044669
########## File path: www/docs/en/dev/cordova/storage/storage.md ########## @@ -162,10 +162,12 @@ IndexedDB provides a simple and easy to understand data model, much like LocalSt But unlike LocalStorage, you can create multiple databases, with multiple stores per database, and its asynchronous API and search indexes provide performance benefits. -IndexedDB is supported by the underlying WebView on the following Cordova platforms: +IndexedDB is supported by the underlying WebView on all platforms, +with known limitations on web browser and Windows. Review comment: What about this idea: ```suggestion with known limitations on the following platforms: - browser - Windows ``` Or do you have any other ideas? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
