whatwg / loader

Loader Standard
https://whatwg.github.io/loader/
Creative Commons Zero v1.0 Universal
609 stars 45 forks source link

[bug][question] step 14. [Set O’s [[Module]] internal slot to module.] in ModuleStatus constructor should not set the internal slot to module if it can be a promise as described in step 9. #114

Closed caridy closed 8 years ago

caridy commented 8 years ago

loader.js implementation feedback

caridy commented 8 years ago

/cc @dherman

caridy commented 8 years ago

Solved as part of the refactor on https://github.com/whatwg/loader/pull/122

3rd argument can be a namespace exotic object, in which case we will inspect it and take its [[Module]] internal slot to set it onto O's [[Module]].