tc39/proposal-arraybuffer-base64

Stage 4 tracking

bakkot opened this issue ยท 12 comments

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

  • committee consensus
  • open PR to the spec
    • editors have approved the PR
  • write test262 tests - PR
    • merge test262 tests
  • at least two implementations
  • significant in-the-field experience

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

This has been implemented in JavaScriptCore:

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:
LadybirdBrowser/ladybird#1258