If you want a fast answer, go to https://gitter.im/gwtproject/gwt
All the experts are over there... 😉 Elhanan schrieb am Donnerstag, 1. Oktober 2020 um 11:58:56 UTC+2: > hi...i'm consuming cockpit api promises, but it would seem they are using > a non standard form which i cannot use with elemental2 > https://github.com/cockpit-project/cockpit/issues/14682 > > their fail method returns multiple paramters, which elemental2 doesn't > have. > so they recommended using done method (which elemental2 also doesn't have) > > cockpit.spawn(["/opt/aeroscout/engine/run/aeroscout-engine-wd","status"]) > .done(data=>console.log("data " + data)) .fail((ex,data) => { > console.log(ex); }) > > are there any other java gwt Promise libraries i can use? > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/f915317d-116e-4201-ba8b-5bf88d0cce3fn%40googlegroups.com.
