[Feature Request] ZipArchive::addFilesArrayAsync(files:Vector.<File>)
#3633
Labels
ZipArchive::addFilesArrayAsync(files:Vector.<File>)
#3633
Feature Description
Please consider new method to implement:
ZipArchive::addFilesArrayAsync(files:Vector.<File>)
to add specified files to root of ZIP archive asynchronously.Sometimes applications logic need to add specific files to ZIP archive (not whole folder). Especially to zip logs.
You can use
ZipArchive::entries
withpush
but it will be synchronous. For smooth UX it doesn't fit.Also it not suitable for big files which should be archived.
Related issues:
#3605
#3416
Known Workarounds
None. But sometimes workers could help.
The text was updated successfully, but these errors were encountered: