Browsers have a global atob function, but Node.js does not. This is very important for allowing PEM.parseBlock to work out of the box, as it calls Enc.base64ToBuf directly.
Browsers have a global `atob` function, but Node.js does not. This is very important for allowing `PEM.parseBlock` to work out of the box, as it calls `Enc.base64ToBuf` directly.
Browsers have a global
atob
function, but Node.js does not. This is very important for allowingPEM.parseBlock
to work out of the box, as it callsEnc.base64ToBuf
directly.