mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Add comment linking to base64 article in Wikipedia
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user