Left: | ||
Right: |
OLD | NEW |
---|---|
1 "use strict"; | 1 "use strict"; |
2 | 2 |
3 GLOBAL.atob = data => new Buffer(data, "base64").toString("binary"); | |
Wladimir Palant
2016/09/25 13:02:28
Define btoa as well, for consistency?
kzar
2016/09/25 13:19:03
Done.
| |
4 | |
3 require("node-babel")(); | 5 require("node-babel")(); |
4 | 6 |
5 require("./node_modules/.bin/nodeunit"); | 7 require("./node_modules/.bin/nodeunit"); |
OLD | NEW |