0
문제는이 확장 프로그램을 실행할 때 해당 알림을 만들려고 할 때 SecurityError DOM 18
이 표시된다는 것입니다. 알림 권한 없음
var notification = webkitNotifications.createNotification(
'/favicon.ico',
'Item added to cart!', // notification title
'Item ............ has been successfully added to the cart.' // notification body text
);
'webkitNotificacions' 전에'window' 또는'chrome'을 선언해야한다고 확신합니다. – Braiam