We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235b115 commit 7a29196Copy full SHA for 7a29196
lib/atob.js
@@ -35,4 +35,4 @@ function polyfill (input) {
35
}
36
37
38
-module.exports = typeof window !== 'undefined' && window.atob || polyfill;
+module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
0 commit comments