browser.permissions.onAdded is undefined
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: hlobil, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
- about:debug
- inspect an extension
- in the console type
browser.permissions.onAdded
Actual results:
received undefined as result
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/permissions/onAdded
This page does not list that I need any special permissions enabled on extension.
Expected results:
expect an object to register for change events
Comment 1•6 years ago
|
||
Hi,
Could you please share a screenshot or a screen recording of this issue?
Also, Could you please try to see if it's reproducible on Nightly? here is the link for download https://www.mozilla.org/en-US/firefox/nightly/all/
Thanks!
Comment 2•6 years ago
|
||
Hi,
Marking this as Resolved: Incomplete due to the lack of response from hlobil.
If the issue is still reproducible with the latest Firefox version, feel free to reopen the bug with more information.
Description
•