Skip to content

Commit 2b0527e

Browse files
committed
Merge pull request #66 from Constellation/request
PR #66: Result promise of RequestInstantiateAll will be fulfilled with the registry entry.
2 parents 4894e16 + b7eae33 commit 2b0527e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,8 @@ Registry instances are initially created with the internal slots described in th
708708
1. Let _dep_ be _depEntry_.[[Module]].
709709
1. Set _pair_.[[value]] to _dep_.
710710
1. Return _dep_.
711-
1. Return the result of transforming RequestInstantiateAll(_loader_, _depKey_) with a fulfillment handler that, when called with value _dep_, runs the following steps:
711+
1. Return the result of transforming RequestInstantiateAll(_loader_, _depKey_) with a fulfillment handler that, when called with value _depEntry_, runs the following steps:
712+
1. Let _dep_ be _depEntry_.[[Module]].
712713
1. Set _pair_.[[value]] to _dep_.
713714
1. Return _dep_.
714715
1. Append _p_ to _depLoads_.

0 commit comments

Comments
 (0)