You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When an extension attempts to call setBageText -> updateBrowserAction, tabId is not defined is thrown.
Expected behavior:
Extensions are able to set badge text.
Platform: Windows 10
Brave Version: 0.12.8
Stack:
ReferenceError: tabId is not defined
at updateBrowserAction (...electron.asar\browser\api\browser-actions.js:6:33)
at Object.setBadgeText (...electron.asar\browser\api\browser-actions.js:44:5)
at EventEmitter.<anonymous> (...electron.asar\browser\api\extensions.js:540:18)
The text was updated successfully, but these errors were encountered:
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When an extension attempts to call
setBageText
->updateBrowserAction
, tabId is not defined is thrown.Expected behavior:
Extensions are able to set badge text.
Platform: Windows 10
Brave Version: 0.12.8
Stack:
The text was updated successfully, but these errors were encountered: