Open
Bug 1846720
Opened 2 years ago
Updated 11 months ago
Investigate whether ModuleLoaderBase::ProcessDynamicImport needs to handle failures using a microtask
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
Issue raised in code review of bug 1842798.
The relevant part of the spec is: https://tc39.es/ecma262/#sec-ContinueDynamicImport
However this part of the code is pretty difficult to match up with the current spec which has changed a lot since this was written.
Using a microtask for the success case fixed some previously failing WPTs.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•