Closed
Bug 1862220
Opened 2 years ago
Closed 1 month ago
[META] Uint8Array to/from base64 and hex
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: yulia, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, meta)
The proposal is currently in Stage 2.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•2 years ago
|
You may be implemented in the simdutf library, which provides fast base64, including handling of whitespace: https://github.com/simdutf/simdutf/?tab=readme-ov-file#base64
It matches the default behavior for fromBase64
and I expect could be made to handle the other options and setFromBase64
.
Updated•1 year ago
|
Mentor: dminor
Updated•2 months ago
|
Updated•1 month ago
|
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•