Open
Bug 1480334
Opened 6 years ago
Updated 1 year ago
Skip already resolved Promises in more cases
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1317481 added the basic support for skipping await on already-resolved/primitive value.
it currently supports only await in resumed async function, but there should be more cases that we can skip.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•