tc39 / proposal-cancelable-promises

Former home of the now-withdrawn cancelable promises proposal for JavaScript
Other
376 stars 29 forks source link

Use of dummyExecutor #50

Closed jashworth closed 8 years ago

jashworth commented 8 years ago

Step 4 of Section 3.2.1 defines the dummyExecutor function but this isn't used or referenced anywhere else.

Shouldn't it be passed to the promise contstructed in Step 5?

domenic commented 8 years ago

Yes, there is a typo in step 5, thank you.