We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25b56d commit cab8032Copy full SHA for cab8032
webex/background.js
@@ -19,7 +19,7 @@ function assertNoResponse(response) {
19
}
20
21
function notifyError(error) {
22
- browser.notifications.create({
+ browser.notifications?.create({
23
type: "basic",
24
title: "Textern",
25
message: "Error: " + error + "."
webex/content.js
@@ -17,7 +17,7 @@ function assertNoResponse(response) {
17
18
0 commit comments