Closed eligrey closed 2 years ago
This makes it easier for paginated writing loops to dynamically update a zip writer's total byteSize during pagination.
e.g.
const writer = penumbra.saveZip(); for (const page of pages) { writer.byteSize += page.size; writer.write(...page.files); }
[none]
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This makes it easier for paginated writing loops to dynamically update a zip writer's total byteSize during pagination.
e.g.
Related Issues
Public Changelog
[none]
Security Implications
[none]