brodybits commented on a change in pull request #1042: Update IndexedDB platform support URL: https://github.com/apache/cordova-docs/pull/1042#discussion_r362045207
########## 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. -- Windows (with some limitations) -- Android (4.4 and above) +### Web browser limitations + +The actual behavior may depend on which browser is used. There may be differences on Edge and Firefox browsers, for example. Review comment: How about this: ```suggestion The actual behavior may depend on which browser is used. There could be differences between the behavior on Safari and Firefox browsers, for example. ``` ---------------------------------------------------------------- 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]
