我正在编写要使用通知的扩展程序。我已经为“存储”和“通知”设置了权限,尝试尝试chrome.notifications.create()
时仍然收到“未捕获的TypeError:无法读取未定义的属性'create'”错误消息。 Chrome和Edge(Chromium)没有为“通知”权限提供任何错误消息,但是console.log(chrome.notifications)
吐出了undefined
。
我正在使用Chrome v85.0.4183.121(正式版本)(64位)和Microsft Edge v85.0.4183.121(正式版本)(64位)。不再支持chrome.notifications
吗?
标准Notifications API可以使用,但是我想要的不只是通用的Chrome / Chromium通知所提供的。