html5 - What permission is needed for using web sql in google chrome extension -


i have created simple html document uses websql storage, works when run in google chrome browser. when try load google extension data not stored in websql.

what permission needed using web sql in google chrome extension?

note: tried "unlimitedstorage" permission, still not working properly.

please help.

thanks in advance.

try declaring “browsingdata” permission, check details here

http://developer.chrome.com/extensions/browsingdata.html


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -