Open ahuang opened 5 years ago
while decompress is decompressing and during the process can i stop it by a function?
for example: let d = decompress(file, desDir).then(files => {....}, error=>{...}); d.abort() // is there any function abort the current decompress?
let d = decompress(file, desDir).then(files => {....}, error=>{...}); d.abort() // is there any function abort the current decompress?
while decompress is decompressing and during the process can i stop it by a function?
for example:
let d = decompress(file, desDir).then(files => {....}, error=>{...}); d.abort() // is there any function abort the current decompress?