GetRegistryEntry defines name 'result' twice
jonco3 opened this issue · 3 comments
jonco3 commented
https://whatwg.github.io/loader/#registry-GetRegistryEntry
Let result be the result of transforming currentStage.[[Result]] with a new pass-through promise.
Let stage be currentStage.[[Stage]].
Let result be CreateObject().
Result is defined twice here which makes subsequent use ambiguous.
jonco3 commented
Great, thanks.