jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

1.1.1.7 ProceedToFetch [[AddressPromise]] is never used #62

Closed arv closed 10 years ago

arv commented 10 years ago
  1. Set F.[[AddressPromise]] to p

Where F is a CallFetch function. The CallFetch function does not have an internal slot called [[AddressPromise]]

guybedford commented 10 years ago

I included this in https://github.com/jorendorff/js-loaders/issues/58

guybedford commented 10 years ago

Are you sure you don't mean 1.1.1.7 ProceedToFetch here?

arv commented 10 years ago

@guybedford Corrected

guybedford commented 10 years ago

So to be clear, 1.1.1.7, step 4 can be omitted?

guybedford commented 10 years ago

@arv are we perhaps looking at different numberings? I'm looking at https://github.com/jorendorff/js-loaders/blob/master/specs/es6-modules-2013-12-02.pdf

arv commented 10 years ago

Correct. I copy pasted the wrong heading in the first place.

guybedford commented 10 years ago

Thanks - just don't want to be missing anything on this.