Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: change idempotency for HostImportModuleDynamically (tc39#1645
) This allows failures to become successes on later calls. This better matches HostResolveImportedModule, which only requires idempotency when it completes normally (which is analogous to the success case here). Closes tc39/proposal-dynamic-import#80, at least on the ECMAScript side.
- Loading branch information