DescriptionNoissue - Ignore unrelated notification clicks
To test enter this code in the background console and then click the "CLICK HERE PLEASE" button in the notification. Before the changes this results in an exception.
chrome.notifications.create({type: "basic", iconUrl: "icons/abp-16.png", title: "Hello title", message: "Hello world", isClickable: true, buttons: [{title: "CLICK HERE PLEASE"}]})
Patch Set 1 #
MessagesTotal messages: 5
|