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
Comments
Post a Comment