Not using the deprecated / broken api (assuming that it was working before)
Этот коммит содержится в:
родитель
65407a29d0
Коммит
0bfb5bd0c8
2
index.js
2
index.js
@ -2,7 +2,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
function atob(str) {
|
function atob(str) {
|
||||||
return new Buffer(str, 'base64').toString('utf8');
|
return new Buffer(str).toString('base64');
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = atob;
|
module.exports = atob;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user