所以我正在开发这个用于 Windows 8.1 的 HTML5/JavaScript Metro 应用程序,带有用于存储元数据的 Indexed Db。
我需要找到数据库的物理文件。我试过查看“C:\Users\<>\AppData\Local\Microsoft\Internet Explorer\Indexed DB\”,但没有用。
我应该在哪里看?
所以我正在开发这个用于 Windows 8.1 的 HTML5/JavaScript Metro 应用程序,带有用于存储元数据的 Indexed Db。
我需要找到数据库的物理文件。我试过查看“C:\Users\<>\AppData\Local\Microsoft\Internet Explorer\Indexed DB\”,但没有用。
我应该在哪里看?
火狐:
<location of the windows user profiles>\<account name>\AppData\Roaming\
Mozilla\Firefox\Profiles\<some random characters>.default\IndexedDB
铬合金:
<location of the windows user profiles>\<account name>\AppData\Local\Google\
Chrome\User Data\Default\IndexedDB
IE:
C:\Users\<<USER>>\AppData\Local\Microsoft\Internet Explorer\Indexed DB\