Closed
Bug 1934056
Opened 1 year ago
Closed 1 year ago
Update document not to use JSM-based API in devtools
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox135 fixed)
RESOLVED
FIXED
135 Branch
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The following documents are talking about JSM-based API.
they should be updated to talk about ESM-based API.
* `const { foo, bar } = ChromeUtils.import("...");`,
### `ChromeUtils.import()`
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/6094fad2611b
Update devtools document to use ESM-based API. r=devtools-reviewers,ochameau
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•