It's not required but is a big shortcut.. The newer browsers support async, you can try it without Babel, it's up to you
Em qua, 9 de jan de 2019 7:04 PM, . <[email protected] escreveu: > Daniel, > > Thank you very much for the answer! I was not using starter-pack, I've > just started with creating direct on the server the manifest, html, css and > js files. I'm not using npm at all. Is is required for Cockpit > functionality? > Of course I'll give starter-pack a try at once. > > Magik > > > śr., 9 sty 2019 o 21:55 Daniel. <[email protected]> napisał(a): > >> You are looking for `await`, if you use starter kit you have it already >> configured. With it you can "wait" for a promisse to complete, >> >> Take a look here: >> https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function >> >> Em qua, 9 de jan de 2019 às 18:52, . <[email protected]> escreveu: >> >>> Hello, >>> First of all: thank you very much for maintaining this great project! >>> >>> I'm C programmer learning now Cockpit. My problem is as follows: for >>> some of the operation I must use external helper and I must wait for it >>> output. The cockpit.spawn() function returns the promise, which is >>> non-blocking operation (as expected). How can I make it work as blocking >>> one? Which mean: the rest of the code in the function should be done after >>> receiving full output of the cockpit.spawn (done() or fail()) >>> >>> best regards, >>> Magik >>> >>> _______________________________________________ >>> cockpit-devel mailing list -- [email protected] >>> To unsubscribe send an email to >>> [email protected] >>> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html >>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines >>> List Archives: >>> https://lists.fedorahosted.org/archives/list/[email protected] >>> >> >> >> -- >> “If you're going to try, go all the way. Otherwise, don't even start. >> ..." >> Charles Bukowski >> _______________________________________________ >> cockpit-devel mailing list -- [email protected] >> To unsubscribe send an email to >> [email protected] >> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html >> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines >> List Archives: >> https://lists.fedorahosted.org/archives/list/[email protected] >> > _______________________________________________ > cockpit-devel mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/[email protected] >
_______________________________________________ cockpit-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
