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

开启中
Ghost 请求将 1 次代码提交从 (已删除): nodejs-atob 合并至 master
首次贡献者

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.
此合并请求因为派生仓库信息缺失而中断。
登录 并参与到对话中。
无审核者
未选择标签
1 名参与者
通知
到期时间
未设置到期时间。
依赖工单

没有设置依赖项。

参考:coolaj86/asn1-parser.js#2
没有提供说明。