Closed
Bug 1480720
Opened 6 years ago
Closed 6 years ago
Factor out script fetch options from script load request
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
(deleted),
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
For dynamic module import it's going to be necessary to preserve some data about how a script was fetched after the script load request dies in case we need to import a module.
Assignee | ||
Comment 1•6 years ago
|
||
Factor the relevant fields out of ScriptLoadRequest into a new ScriptFetchOptions class.
Attachment #8997420 -
Flags: review?(amarchesini)
Updated•6 years ago
|
Attachment #8997420 -
Flags: review?(amarchesini) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5f9c8d7612a7
Factor out script fetch options from script load request classes r=baku
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•