Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户收到一些消息时,我在基于 Web 的聊天应用程序中使用 Chrome 的桌面通知。chrome的桌面通知内容设置中有三个选项,当不允许通知时,我需要通过java脚本为通知用户读取这些设置值,那么我该怎么做或不可能?
您可以使用内容设置模块访问这些设置。
您可以使用chrome.contentSettings.get()并阅读通知属性。
chrome.contentSettings.get()