diff --git a/spec.html b/spec.html index 19530ef8ea..aa6a0c320c 100644 --- a/spec.html +++ b/spec.html @@ -22706,7 +22706,7 @@

Runtime Semantics: HostImportModuleDynamically ( _referencingScriptOrModule_
  • - Every call to HostImportModuleDynamically with the same _referencingScriptOrModule_ and _specifier_ arguments must conform to the same set of requirements above as previous calls do. That is, if the host environment takes the success path once for a given _referencingScriptOrModule_, _specifier_ pair, it must always do so, and the same for the failure path. + If the host environment takes the success path once for a given _referencingScriptOrModule_, _specifier_ pair, it must always do so for subsequent calls.
  • The operation must not call _promiseCapability_.[[Resolve]] or _promiseCapability_.[[Reject]], but instead must treat _promiseCapability_ as an opaque identifying value to be passed through to FinishDynamicImport.