Open
Bug 1973221
Opened 2 months ago
Updated 2 months ago
Prepare Bytecode encoding for dynamic import
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: allstars.chh, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1820594, or https://phabricator.services.mozilla.com/D241811,
The ModuleEvaluate() for dynamic import will be done inside the JS Engine
spec: https://tc39.es/ecma262/#sec-ContinueDynamicImport
We need to check how to handle bytecode encoding for dynamic import .
Comment 1•2 months ago
|
||
The SharedScriptCache should be able to handle it in the same way as other requests.
So, for things not covered right now, we can add a support after enabling the Stencil Navigation.
Blocks: 1902951
You need to log in
before you can comment on or make changes to this bug.
Description
•