This is an automated email from the ASF dual-hosted git repository. brodybits pushed a commit to branch brodybits-mdn-idb-eviction in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
commit fef2b4f8bba7220003a106bba74a920cbdcd1e0b Author: Chris Brody <[email protected]> AuthorDate: Sun Dec 29 21:03:24 2019 -0500 Document possible IndexedDB eviction with MDN ref --- www/docs/en/dev/cordova/storage/storage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/docs/en/dev/cordova/storage/storage.md b/www/docs/en/dev/cordova/storage/storage.md index c603cde..e23a588 100644 --- a/www/docs/en/dev/cordova/storage/storage.md +++ b/www/docs/en/dev/cordova/storage/storage.md @@ -270,7 +270,7 @@ For more information, see: - Not supported on iOS. - Complex API with nested callbacks. -- Limited total amount of storage (typically around 5MB). +- Limited total amount of storage (typically around 5MB) and possible eviction [as described on MDN][MDNIndexedDBLimitsAndEviction]. ## Plugin-Based Options @@ -316,6 +316,7 @@ alternative storage options. [MDNIndexedDBAPI]: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API [MDNIndexedDBBasicConcepts]: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB [MDNUsingIndexedDB]: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB +[MDNIndexedDBLimitsAndEviction]: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Browser_storage_limits_and_eviction_criteria [StructuredCloneAlgorithm]: http://w3c.github.io/html/infrastructure.html#safe-passing-of-structured-data [Html5RocksFileSystemTutorial]: http://www.html5rocks.com/en/tutorials/file/filesystem/ [FileAPI]: https://github.com/apache/cordova-plugin-file/blob/master/README.md --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
