during decompress file can i stop or abort it?
Open
- Dominant language
- JavaScript
- Stars
- 419
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
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?`
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by tracing the public decompress(file, desDir) promise API and its current extraction flow; determine whether an in-progress operation can be cancelled safely and define what d.abort() should do, including the completion and error outcomes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100