Not using the deprecated / broken api (assuming that it was working before)
Cette révision appartient à :
Parent
65407a29d0
révision
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;
|
||||||
|
|||||||
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur