Closed
Bug 1587242
Opened 4 years ago
Closed 4 years ago
Refactor ValueExtractor.jsm into an ES class
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: marcosc, Assigned: contrepoint21, Mentored)
Details
Attachments
(1 file)
ValueExtractor.jsm was written before we had ES6 classes implemented in Gecko. It would be nice to modernize that code to use ES class instead.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by mcaceres@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c18da2fe8641 refactor ValueExtractor prototype into an ES6 class r=marcosc
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → contrepoint21
Mentor: mcaceres
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•