我想订阅/取消订阅服务工作人员,以通过iframe在网络上获取Chrome GCM通知.
我有一个工作原型,可以直接在浏览器上打开它,也可以从window.open javascript弹出.
但是从iframe加载它时会出现权限被拒绝错误.
解决方法
我做了很长时间的搜索,然后我知道这不再是安全意图.您不能从不安全的域或子域注册服务工作者,即使您使用IFRAME沙箱allow-same-origin,然后现在发布Chrome 43,也无法注册.
查看:
https://github.com/slightlyoff/ServiceWorker/issues/700
https://code.google.com/p/chromium/issues/detail?id=489670
查看:
https://github.com/slightlyoff/ServiceWorker/issues/700
https://code.google.com/p/chromium/issues/detail?id=489670