Skip to content

Commit 5d56140

Browse files
committed
Add comment linking to base64 article in Wikipedia
1 parent 281c675 commit 5d56140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Conversions/ArrayBufferToBase64.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// About base64: https://en.wikipedia.org/wiki/Base64
2+
13
/**
24
* Converts an array of bytes to base64 encoding
35
* @param {ArrayBuffer} binaryData An ArrayBuffer which represents an array of bytes

0 commit comments

Comments
 (0)