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

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

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.
This pull request is broken due to missing fork information.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/asn1-parser.js#2
No description provided.