Open Bug 1862220 Opened 6 months ago Updated 1 month ago

[META] Uint8Array to/from base64 and hex

Categories

(Core :: JavaScript Engine, enhancement, P3)

63 Branch
enhancement

Tracking

()

People

(Reporter: yulia, Unassigned, Mentored)

References

(Blocks 1 open bug, )

Details

(Keywords: dev-doc-needed, meta)

The proposal is currently in Stage 2.

Severity: -- → S3
Priority: -- → P3

This advanced to stage 3 at the February 2024 plenary.

Mentor: dminor
Depends on: 1885337

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.

You need to log in before you can comment on or make changes to this bug.