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.
2 parents 5fd183d + 878842f commit e32a753Copy full SHA for e32a753
README.md
@@ -127,7 +127,7 @@ Base64.extendString();
127
'dankogai'.toBase64(); // ZGFua29nYWk=
128
'小飼弾'.toBase64(); // 5bCP6aO85by+
129
'小飼弾'.toBase64(true); // 5bCP6aO85by-
130
-'小飼弾'.toBase64URI(); // 5bCP6aO85by- ab alias of .toBase64(true)
+'小飼弾'.toBase64URI(); // 5bCP6aO85by- an alias of .toBase64(true)
131
'小飼弾'.toBase64URL(); // 5bCP6aO85by- an alias of .toBase64URI()
132
'ZGFua29nYWk='.fromBase64(); // dankogai
133
'5bCP6aO85by+'.fromBase64(); // 小飼弾
0 commit comments