Add comment linking to base64 article in Wikipedia

This commit is contained in:
Luis De Anda
2021-10-08 00:22:10 -05:00
parent 281c675d63
commit 5d56140699

View File

@ -1,3 +1,5 @@
// About base64: https://en.wikipedia.org/wiki/Base64
/**
* Converts an array of bytes to base64 encoding
* @param {ArrayBuffer} binaryData An ArrayBuffer which represents an array of bytes