mozIndexedDB.open() 从本地文件(即通过 file:// 协议)

发布于 2024-11-03 05:25:03 字数 266 浏览 5 评论 0原文

在FF4(我使用MacOS)中,当通过本地文件调用mozIndexedDB.open()时,抛出异常(IDBDatabaseException.UNKNOWN_ERR)...

操作失败的原因与数据库本身无关,并且没有被任何数据库覆盖其他错误代码。” 代码:“1

显然,它在正常的 http/https 场景中工作正常(即文件由 Web 服务器提供)。

是否有任何解决方法或配置标志可以在 FF 中设置,以便能够利用本地文件中的索引数据库?

提前致谢...

In FF4 (I'm using MacOS), when calling mozIndexedDB.open() through a local file, an exception is being thrown (IDBDatabaseException.UNKNOWN_ERR)...

The operation failed for reasons unrelated to the database itself and not covered by any other error code." code: "1

It obviously works fine in a normal http/https scenario (ie. the file is being served from a web server).

Is there any workaround or config flag that I can set in FF to be able to utilize indexed DB from a local file?

Thanks in advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ゝ偶尔ゞ 2024-11-10 05:25:03

这是 Firefox 中的一个已知问题。截至今天,还没有解决方案。请关注https://bugzilla.mozilla.org/show_bug.cgi?id=643318 有关此问题的更新。

This is a known issue in Firefox. As of today, there is no solution. Please follow https://bugzilla.mozilla.org/show_bug.cgi?id=643318 for updates on this problem.

疧_╮線 2024-11-10 05:25:03

最新的 Firefox nightly 似乎已修复此错误。

And this bug seems to have been fixed with the latest Firefox nightly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文