v1.1.9: bugfix Node.js atob invocation #2

Open
Ghost wants to merge 1 commits from (deleted):nodejs-atob into master

1 Commits

Author SHA1 Message Date
Valters Jansons 36e450659d
v1.1.9: bugfix Node.js `atob` invocation
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.
2020-02-14 02:12:29 +02:00