Ant wrote:
What is indexDB, what happened, and are these safe to nuke? Thank you in
advance. :)

Quoting from <https://developer.mozilla.org/docs/IndexedDB>:

"IndexedDB is an API for client-side storage of significant amounts of structured data and for high performance searches on this data using indexes."

In other words, it's a database server inside your browser, available to web applications, accessible via JavaScript.

HTH

Jens

--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to