Message from JavaScript discussions

May 2018

β€” πŸ˜€

β€” 

A long time ago someone forked this:
https://github.com/htacg/tidy-html5 (w3 consortium's tool) and made this using emscripten:

http://lovasoa.github.io/tidy-html5/tidy.js

β€” The original is mostly in C

β€” The emscripten build is JS

β€” Any other solution

β€” ?

β€” Type it already pretified🀀 maybe

β€” Do we still use promises and generators with javascript?
or async and await with typescript is just fine?

Message permanent page

β€” Or are there some scenarios where we have to use promises and generators only?

β€” I use promises and generators frequently

β€” But not usually together

β€” Any good reason to choose them over async and await?