Message from JavaScript discussions
August 2018
— Wait until
Yep, but I can't force client to wait until something always, but wrapping it inside a function isn't that bad
— Client is automaticly forced to wait, if it synchroneous or asynchoneous
— In async, he/user can make other things, read some "please wait.." or abort or .. in synchro, all events freeze.
— I know is better, just wanted to know on how to offer always the same connection to something, event emitter solves this
— I'm just two days using JavaScript, my questions are dumb for you probably
— I'm not used to so many callbacks, just trying to get used to
— You can make your own checker, it's one day thinking about setTimeout()
— Own checker?
— Which checks the result, if it's ready connected or not connected, or..
— Ah, yes, this is what I did
— You did by.. including dependency? drop a link on that lib