Skip to content

Commit b0678e4

Browse files
committed
cleaning
1 parent 57f9230 commit b0678e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
Base64 is a binary-to-text encoding scheme that converts arbitrary binary data (like images, files, or any sequence of bytes) into a safe, printable ASCII string using a 64-character alphabet (A–Z, a–z, 0–9, +, /).
5-
Browsers use it in JavaScript to embedding binary data directly in code or HTML or to transmitting binary data as text.
5+
Browsers use it in JavaScript to embed binary data directly in code or HTML or for transmitting binary data as text.
66

77
This is an in-browser base64 benchmark:
88

html/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333

3434
<h1>Uint8Array Base64 Benchmark</h1>
3535

36+
<p>Base64 is a binary-to-text encoding scheme that converts arbitrary binary data (like images, files, or any sequence of bytes) into a safe, printable ASCII string using a 64-character alphabet.
37+
Browsers use it in JavaScript to embed binary data directly in code or HTML or for transmitting binary data as text.
38+
</p>
3639
<p>This page benchmarks the <code>Uint8Array.toBase64()</code> and <code>Uint8Array.fromBase64()</code> methods that landed in browsers in 2025.</p>
3740

3841
<p>These new functions are fast, simple and safe.</p>

0 commit comments

Comments
 (0)