ezra-bible-app / node-sword-interface

JavaScript (N-API) interface to SWORD library
GNU General Public License v2.0
22 stars 2 forks source link

Provide progress feedback during module installation #6

Closed tobias-klein closed 4 years ago

tobias-klein commented 4 years ago

It would be good to get progress feedback during module installation (like visible in other SWORD software and generally available from SWORD).

Using node-addon-api 2.0 (released November 2019), the new AsyncProgressWorker could be used to solve this.