Open
Bug 1862220
Opened 1 year ago
Updated 2 months ago
[META] Uint8Array to/from base64 and hex
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
NEW
People
(Reporter: yulia, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, meta)
The proposal is currently in Stage 2.
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
Updated•11 months 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•6 months ago
|
Mentor: dminor
You need to log in
before you can comment on or make changes to this bug.
Description
•