Skip to content

Result promise of RequestInstantiateAll will be fulfilled with the re… #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ A <dfn>registry entry</dfn> is a record with the following fields:
1. Let _dep_ be _depEntry_.[[Module]].
1. Set _pair_.[[value]] to _dep_.
1. Return _dep_.
1. Return the result of transforming RequestInstantiateAll(_loader_, _depKey_) with a fulfillment handler that, when called with value _dep_, runs the following steps:
1. Return the result of transforming RequestInstantiateAll(_loader_, _depKey_) with a fulfillment handler that, when called with value _depEntry_, runs the following steps:
1. Let _dep_ be _depEntry_.[[Module]].
1. Set _pair_.[[value]] to _dep_.
1. Return _dep_.
1. Append _p_ to _depLoads_.
Expand Down