Javascript Windows 8应用程序中的IndexedDB位置

Javascript Windows 8应用程序中的IndexedDB位置,javascript,html,microsoft-metro,indexeddb,Javascript,Html,Microsoft Metro,Indexeddb,因此,我正在为Windows8.1开发HTML5/JavaScript metro应用程序,该应用程序使用索引数据库存储元数据 我需要找到数据库的物理文件。 我试过查看“C:\Users\\AppData\Local\Microsoft\Internet Explorer\Indexed DB\”但没有用 我应该去哪里 这表明: 火狐: <location of the windows user profiles>\<account name>\AppData\Roami

因此,我正在为Windows8.1开发HTML5/JavaScript metro应用程序,该应用程序使用索引数据库存储元数据

我需要找到数据库的物理文件。 我试过查看“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
\\AppData\Roaming\
Mozilla\Firefox\Profiles\.default\IndexedDB
铬:

<location of the windows user profiles>\<account name>\AppData\Local\Google\
Chrome\User Data\Default\IndexedDB
\\AppData\Local\Google\
Chrome\User Data\Default\IndexedDB
即:

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
\\AppData\Roaming\
Mozilla\Firefox\Profiles\.default\IndexedDB
铬:

<location of the windows user profiles>\<account name>\AppData\Local\Google\
Chrome\User Data\Default\IndexedDB
\\AppData\Local\Google\
Chrome\User Data\Default\IndexedDB
即:

C:\Users\\AppData\Local\Microsoft\Internet Explorer\Indexed DB\

我需要获取metro应用程序中使用的数据库的位置,而不是FireFox/IE/ChromeYeah,我看到了。这不是你要找的吗?如果不是,试试Grevling谢谢你的建议,但我已经检查了应用程序的本地存储文件夹和安装文件夹,那里什么也没有。好吧,那我就不知道了。祝你好运:)我需要获取metro应用程序中使用的数据库的位置,而不是FireFox/IE/ChromeYeah,我看到了。这不是你要找的吗?如果不是,试试Grevling谢谢你的建议,但我已经检查了应用程序的本地存储文件夹和安装文件夹,那里什么也没有。好吧,那我就不知道了。祝你好运:)