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 281c675 commit 5d56140Copy full SHA for 5d56140
Conversions/ArrayBufferToBase64.js
@@ -1,3 +1,5 @@
1
+// About base64: https://en.wikipedia.org/wiki/Base64
2
+
3
/**
4
* Converts an array of bytes to base64 encoding
5
* @param {ArrayBuffer} binaryData An ArrayBuffer which represents an array of bytes
0 commit comments