forked from wcchoi/libunrar-js
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Possible changes:
- Use WORKERFS so files can be read without copying the entire data into memory.
- Decompress files on demand. Maybe something like this:
// Archive opening (aka RAROpenArchiveEx)
const archive = await libunrar.openFile(blob_or_file)
// archive.entries is a array of files (or something similar)
// File decompressing
const data = await archive.entries[0].read()Metadata
Metadata
Assignees
Labels
No labels