tc39 / proposal-arraybuffer-base64

TC39 proposal for Uint8Array<->base64/hex
https://tc39.github.io/proposal-arraybuffer-base64/
MIT License
252 stars 8 forks source link

Stage 4 tracking #51

Open bakkot opened 9 months ago

bakkot commented 9 months ago

This proposal achieved stage 3 at the February 2024 meeting. This is a tracking issue for getting stage 4.

Delapouite commented 9 months ago

Hi. This seems to be the bugzilla issue to follow about SpiderMonkey progress: https://bugzilla.mozilla.org/show_bug.cgi?id=1862220

Delapouite commented 8 months ago

Tracking bug for V8 https://bugs.chromium.org/p/v8/issues/detail?id=14620

kisaragi-hiu commented 4 months ago

This has been implemented in JavaScriptCore:

trflynn89 commented 2 months ago

I'm assuming it doesn't quite count as an implementation, but just FYI we've implemented this in LibJS and did not find any bugs in the spec: https://github.com/LadybirdBrowser/ladybird/pull/1258

Snuffleupagus commented 1 month ago

This has now been implemented in SpiderMonkey, and will be enabled by default in Firefox 133: