标签: javascript php codeigniter
我正在使用以下方式显示桌面通知
var notification = new Notification('hello', { body: "Hey there!" });
它在我的本地系统上正常运行。但是在实时服务器上,它无法工作并且低于错误:
[弃用] Notification API可能不再用于不安全 起源。您应该考虑将应用程序切换为安全的 原点,例如HTTPS。有关详细信息,请参阅goo.gl/rStTGz。