Refactor NaCl module state tracking in zip_archiver's app.js. |
|
Issue descriptionzip_archiver's app.js does some ref-counting and state tracking for the NaCl module. However, that tracking is scattered and inconsistent, and makes reasoning about the NaCl module's lifecycle difficult. Re-factor that tracking into a few functions and promises to make reasoning easier. |
|
►
Sign in to add a comment |
|