Use Buffer.copy() if available to write file contents to final CFB Buffer #13

Merged
rossj merged 1 commits from buffer_copy into master 2021-09-06 05:23:43 +00:00
rossj commented 2021-09-05 17:29:34 +00:00 (Migrated from github.com)

This addresses #2 by using Buffer.copy() for placing file contents within output Buffer, when available. Tested and working in Node 0.10 and 0.12 where new Buffer() does not zero fill.

This addresses #2 by using `Buffer.copy()` for placing file contents within output Buffer, when available. Tested and working in Node 0.10 and 0.12 where `new Buffer()` does not zero fill.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/js-cfb#13
No description provided.