const err = (m = '') => { throw new Error(m); }; // error helper, messes-up stack trace
dungnvdipro opened this issue · 2 comments
dungnvdipro commented
const err = (m = '') => { throw new Error(m); }; // error helper, messes-up stack trace
Error: crypto.getRandomValues must be defined
dungnvdipro commented
Is it still usable?
paulmillr commented
consult README, it's all written there