我想使用新的HTML通知API ... 我仍然卡在請求授權階段; 當用戶點擊一個按鈕,它執行的功能: // this is all inside a click handler
var fn = console.info;
window.Notification.requestPermission(function(grant) {
fn(grant);
});
當我tr
我的網站使用它從來沒有在移動設備上工作桌面通知,但我最近開始收到以下異常在Chrome版本42.0.2311.108在Android 4.4: Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead. TypeError: Fa