Created
January 31, 2013 10:48
-
-
Save uupaa/4682065 to your computer and use it in GitHub Desktop.
HTML5 Functions SQLite.db path. WebStorage(LocalStorage), WebSQL, Application Cache, IndexedDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MobileSafari: | |
Application Cache: | |
? | |
WebSQL: | |
/var/mobile/Library/WebKit/Databases/ | |
WebStorage: | |
/var/mobile/Library/WebKit/LocalStorage/ | |
IndexedDB: | |
? | |
Chrome (Mac): | |
Application Cache: | |
~/Library/Application Support/Google/Chrome/Default/Application Cache/ | |
WebSQL: | |
~/Library/Application Support/Google/Chrome/Default/databases/ | |
WebStorage: | |
~/Library/Application Support/Google/Chrome/Default/Local Storage/ | |
IndexedDB: | |
~/Library/Application Support/Google/Chrome/Default/IndexedDB/ | |
Safari (Mac): | |
Application Cache: | |
? | |
WebSQL: | |
~/Library/Safari/Databases/ | |
WebStorage: | |
~/Library/Safari/LocalStorage/ | |
IndexedDB: | |
? | |
SQLite.db Viewer (Windows / Mac): | |
SQLite Database Browser -> http://sqlitebrowser.sourceforge.net/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment