You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a good answer for this but it's probably possible if you extract each file in the archive by name one at a time, and then for every file extracted save some flag like is_extracted or something. Then on pause stop extraction and on resume start extracting any files listed that do not have the flag is_extracted set.
Probably not the most performant method, and you would need a list of files/paths of everything in the archive, but it should work and is at least worth mentioning.
Any way to pause and resume extraction? through a function or child_process "signal"...
Could be an improvement...
The text was updated successfully, but these errors were encountered: