1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 15:33:38 +01:00

Updated Cloud storage (markdown)

Raymond Hill 2015-08-14 09:36:28 -04:00
parent 4cdc82f77f
commit b6c99787ea

@ -26,7 +26,7 @@ Cloud storage services offered by specific browser vendors have their own limita
- Various limits on the number of operations per unit of time. - Various limits on the number of operations per unit of time.
- See [`chrome.storage` API](https://developer.chrome.com/extensions/storage#property-sync) for more technical details. - See [`chrome.storage` API](https://developer.chrome.com/extensions/storage#property-sync) for more technical details.
##### Firefox ##### Firefox browsers
- I have observed that too large amount of data will cause a warning in the browser console (> 8K). - I have observed that too large amount of data will cause a warning in the browser console (> 8K).
- <https://discourse.mozilla-community.org/t/how-to-sync-preferences-of-a-bootstrapped-extension-via-sync/3024>. - <https://discourse.mozilla-community.org/t/how-to-sync-preferences-of-a-bootstrapped-extension-via-sync/3024>.