tc39 / proposal-defer-import-eval

A proposal for introducing a way to defer evaluate of a module
https://tc39.es/proposal-defer-import-eval
MIT License
208 stars 12 forks source link

Rewrite "Delegating work to blocking workers" section. #1

Closed nbp closed 3 years ago

nbp commented 3 years ago

Extend the description to explain why we could delegate work to a worker thread, and add a blocking Promise.block() function without breaking the run-to-completion semantic of JavaScript.