|
|
|
|
|
by kidstrack
3311 days ago
|
|
Thanks for the feedback. "wrapper to setTimeout...This seems overly complex and unintuitive" Typical web app most likely would have very few wrappers ($.ajax, setTimeout, etc), and they need to be written only once. But then everywhere in nsynjs-executed code you can just use them, connect with any necessary logic that JS can offer (not only by chaining .then...then.), without thinking what function is async/await and when it actually executed. My intention was to be able to write logic on JS in step-by-step manner the same way as if it was Visual Basic. |
|