webrecorder/warcio.js

ReferenceError: crypto is not defined

Closed this issue · 1 comments

When attempting to use WARCSerializar.create in NodeJS, an error is thrown due to the crypto variable not being defined. It looks like the tests pass since the @peculiar/crypto module is used to set a global crypto variable. Should I be doing that manually or could this module do that by default?

Ah, thanks for finding that! Yes, the module should do that by default, same as with Headers.
Should be fixed now in 1.3.1.