• Joel Martin's avatar
    webutil.js: add localStorage/chrome.storage settings. · 3af1c275
    Joel Martin authored
    Add routines to store/read settings in either localStorage or in
    chrome.storage.sync (which is synchronized between browsers for
    extensions/apps).
    
    Before using chrome.storage.sync the initSettings routine must to
    called setup the intermediate cache which speeds up access and allows
    multiple setting changes to be coallesced to avoid hitting storage
    change frequency limits/quotas.
    3af1c275
Name
Last commit
Last update
debian Loading commit data...
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...