javascript - Using nosql for a browser extension? -


i'd have backend chrome/firefox extension app makes queries local (preferably nosql) database. there way this? perhaps query language accessing chrome.storage?

read html5 storage in particular indexeddb , web sql. possible ways query storage (ok html5 filesystem api way considered indexed using folders).

all 3 work in chrome. make sure use them correct location (background script). havent tried other browsers, check html5 compatibility.

even if use specific of chrome, both firefox , edge promissed supporting chrome extensions repackaging them store.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -