javascript - Windows 8 应用程序中的 IndexedDB 位置

标签 javascript html microsoft-metro indexeddb

所以我正在为 Windows 8.1 开发这个 HTML5/JavaScript Metro 应用程序,并使用 Indexed Db 来存储元数据。

我需要找到数据库的物理文件。 我尝试查看“C:\Users\<>\AppData\Local\Microsoft\Internet Explorer\Indexed DB\”但没有用。

我应该在哪里寻找?

最佳答案

这个postthis建议:

火狐浏览器:

<location of the windows user profiles>\<account name>\AppData\Roaming\
Mozilla\Firefox\Profiles\<some random characters>.default\IndexedDB

Chrome:

<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\

关于javascript - Windows 8 应用程序中的 IndexedDB 位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19354791/

相关文章:

php - 有一些酒吧不是 highcharts 上的 url 链接

javascript - 在 div 中使用 onclick 函数显示/隐藏另一个 div

html - Bootstrap 文本隐藏类被覆盖

javascript - 单击另一个 div 时更改 div 的 style.display 的函数

javascript - 如何在vscode的外部文件中获取express中间件的智能感知?

javascript - 使用 overflow-y 将元素定位在可见视口(viewport)窗口的中心 :scroll

css - 左上角的边框设置

c++ - 在 Windows 8 上使用 Windows UI 自动化列出 Metro 应用程序的所有 UI 元素

c# - WinRT/Metro/WSA 向 WebView 提供来自 ZipArchive 的流的问题

listview - XAML : Using Semantic Zoom and ListView MakeVisible doesn't scroll