开发者

setting --unlimited-quota-for-files flag in chrome

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?

http://www.html5rocks.com/tutorials/file/filesystem/


Just close Chrome and run it from command line like this

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜