3
我有webkit通知工作完美,但我想讓用戶選擇切換它們,如果他們發現他們討厭。谷歌Chrome瀏覽器webkit通知撤消權限?打開/關閉?
我已經搜索了API,但找不到任何與撤消權限有關的事情。
基本的東西,看起來像下面...
<input type="button" onclick="window.webkitNotifications.requestPermission();" value="Yes" />
<input type="button" onclick="window.webkitNotifications.revokePermission();" value="No" />