扩大 Cocoa 应用程序中的 WebKit 数据库大小
我在我的 Cocoa 应用程序中使用 WebKit.framework。但是,我的应用程序(我正在从 Chrome Webapp 移植到本机应用程序将其放在扩展坞中,这是 Chrome 在 Mac 上不提供的功能) 似乎没有加载并抛出 DOM 异常 18。
尽管我知道我向 window.openDatabase
请求了太多的大小 code>,但我确信我的应用程序将需要超过 5MB,因此我需要以某种方式扩大数据库大小或完全禁用该限制(我在 Chrome 中这样做)
I'm using WebKit.framework in my Cocoa application. However, my application (I'm porting from Chrome webapp to native application to get it in the dock, a function that Chrome doesn't offer on the Mac) seems to not loading and throwing DOM Exception 18.
Although I know that I requested too much size to window.openDatabase
, but I'm sure that my application will need more than 5MB so I need to enlarge the database size somehow or disable the limit altogether (which I did in Chrome)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论