Closed
Bug 1797757
Opened 3 years ago
Closed 3 years ago
Export ExtensionAPIPersistent in ExtensionCommon.jsm
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox108 fixed)
RESOLVED
FIXED
108 Branch
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: john, Assigned: john)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
I am running into the situation, that ExtensionAPIPersistent is undefined, if I want to use it in a helper script file, instead of directly in the API implementation file.
Even if there is a way to access ExtensionAPIPersistent via some global or lazy/this, I think in order to be consistent, ExtensionAPIPersistent should be properly exported as well.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → john
Status: NEW → ASSIGNED
Pushed by john@thunderbird.net:
https://hg.mozilla.org/integration/autoland/rev/e835a71475dc
Export ExtensionAPIPersistent in ExtensionCommon.jsm. r=mixedpuppy
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•