Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 2cfac38

Browse files
authored
archive repository
1 parent 8413896 commit 2cfac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
base64 is a common way to represent arbitrary binary data as ASCII. JavaScript has Uint8Arrays to work with binary data, but no built-in mechanism to encode that data as base64, nor to take base64'd data and produce a corresponding Uint8Arrays. This is a proposal to fix that. It also adds methods for converting between hex strings and Uint8Arrays.
44

5-
It is currently at stage 4 of [the TC39 process](https://tc39.es/process-document/): it is complete and ready to be included in the standard.
5+
It is currently at stage 4 of [the TC39 process](https://tc39.es/process-document/): it is complete included in the standard. Any further changes will need to happen in a separate proposal through [the usual process](https://github.com/tc39/ecma262/blob/main/CONTRIBUTING.md#new-feature-proposals). This repo is archived.
66

77
Try it out on [the playground](https://tc39.github.io/proposal-arraybuffer-base64/).
88

0 commit comments

Comments
 (0)