mozIndexedDB.open() 从本地文件(即通过 file:// 协议)
在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是 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.
最新的 Firefox nightly 似乎已修复此错误。
And this bug seems to have been fixed with the latest Firefox nightly.