Web storage: Difference between revisions

Content deleted Content added
West cordination.
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 59:
Storage of web storage objects is enabled by default in current versions of all supporting web browsers, with browser vendors providing ways for users to natively enable or disable web storage, or clear the web storage "cache". Similar controls over web storage are also available through 3rd party [[browser extension]]s. Each browser stores Web storage objects differently:
 
* [[Firefox]] saves Web storage objects in a [[SQLite]] file called <code>webappsstore.sqlite</code> in the user's profile folder.
* [[Google Chrome]] records Web storage data in a [[SQLite]] file in the user's profile. The subfolder containing this file is "<code>\AppData\Local\Google\Chrome\User Data\Default\Local Storage</code>" on [[Microsoft Windows|Windows]], and "<code>~/Library/Application Support/Google/Chrome/Default/Local Storage</code>" on [[macOS]].
* [[Opera (web browser)|Opera]]'s Web storage is located in either "<code>\AppData\Roaming\Opera\Opera\sessions\autosave.win</code>" or "<code>\AppData\Local\Opera\Opera\pstorage\</code>" depending upon Opera's version.
* [[Internet Explorer]]'s Web storage is "<code>\AppData\LocalLow\Microsoft\Internetin Explorer\DOMStorage</code>"defective.
 
==See also==