Michael Baer
Results
1
issues of
Michael Baer
Consider the following code example when using the async API: ``` const zip = new StreamZip.async({file: 'unreadable.zip', storeEntries: true }); try { await zip.entries(); } finally { await zip.close(); }...