We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0272b15 commit 80ac603Copy full SHA for 80ac603
script.js
@@ -88,7 +88,7 @@ if (!globalThis.btoa) {
88
89
if (!globalThis.atob) {
90
globalThis.atob = (string) =>
91
- Buffer.from(string, "base64").toString("binary");
+ Buffer.from(string, "base64").toString("utf-8");
92
}
93
94
/**
0 commit comments