how make promise object using in dojo to execute task work sequentially in node.js ?
Promises in node are the same as promises in the browser. If you're pulling in dojo, you can use dojo/deferred.
The JS standard library also has a promise implementation, just Promise, that is mostly compatible with the dojo version.
This looks helpful for information about using dojo in node: Dojo and Node.js - Dojo Toolkit Tutorial
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.