node-archiver icon indicating copy to clipboard operation
node-archiver copied to clipboard

Improve docs around append callback?

Open villesau opened this issue 1 year ago • 1 comments

The docs indicates that append should have some sort of callback: https://www.archiverjs.com/docs/archiver#moduleprototypeappend

However, the syntax is not valid javascript and it's not clear how the callback should be defined and used. Could the documentation around that be clarified? I'd like to use it for debuggingand logging purposes.

villesau avatar Jan 07 '24 12:01 villesau

This for Format Registration FYI, not the normal append you would use (https://www.archiverjs.com/docs/archiver/#append).

kbrownlees avatar Apr 03 '24 21:04 kbrownlees