Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 通知权限未在chrome中更改_Google Chrome_Permissions_Notifications - Fatal编程技术网

Google chrome 通知权限未在chrome中更改

Google chrome 通知权限未在chrome中更改,google-chrome,permissions,notifications,Google Chrome,Permissions,Notifications,我正在chrome和firefox上测试5秒空闲时间的通知。在Firefox中,我收到了显示通知。在chrome中,此函数中的after requestPermission()变量结果已更改。但当我尝试在超时通知后显示通知时。权限===“默认”和权限未显示。操作系统-ubuntu。铬有什么问题?为什么权限是默认的,而不是被授予的 我在没有任何项目的情况下使用index.html,chrome没有将设置中的url保存为应用通知的url。我用index.html启动了django项目,并将url l

我正在chrome和firefox上测试5秒空闲时间的通知。在Firefox中,我收到了显示通知。在chrome中,此函数中的after requestPermission()变量结果已更改。但当我尝试在超时通知后显示通知时。权限===“默认”和权限未显示。操作系统-ubuntu。铬有什么问题?为什么权限是默认的,而不是被授予的


我在没有任何项目的情况下使用index.html,chrome没有将设置中的url保存为应用通知的url。我用index.html启动了django项目,并将url localhost:8000保存到chrome设置中。工作