Reads large files in small chunks and allows random seeking. Watch a quick demo 🎬.
- File size limit of 9 petabytes (specifically, equal to javascript's
Number.MAX_SAFE_INTEGER
).
- Runs locally in the browser. No internet connection required.
- Pure client-side JavaScript (no jQuery, node, or any other dependencies).
- Currently known to run on Chrome/FF/Safari.
Chunk size (bytes):