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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.