在 Chrome 中设置 --unlimited-quota-for-files 标志
我正在使用 html5 中的文件和文件系统 api,显然你需要打开 --unlimited-quota-for-files 标志才能工作,但我无法弄清楚这是如何完成的,任何人都可以告诉我该怎么做?
I'm playing around with the file and filesystem api in html5 and apparently you need to have the --unlimited-quota-for-files flag turned on for it to work but I can't work out how this is done, can anyone tell me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需关闭 Chrome 并从命令行运行它,如下所示
Just close Chrome and run it from command line like this
谢谢,差不多就这样了,您需要 cd 进入 chrome.exe 所在的目录并运行: chrome --unlimited-quota-for-files
Thanks, that was nearly there, you need to cd into the directory where chrome.exe lives and run: chrome --unlimited-quota-for-files