brodybits commented on a change in pull request #1042: Update IndexedDB platform support URL: https://github.com/apache/cordova-docs/pull/1042#discussion_r362043998
########## 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: I ~~am~~ _would be_ reluctant to make "browser" plural since I am referring to the Cordova `browser` platform and would rather refer to it by proper name, if possible. ---------------------------------------------------------------- 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]
