proposal-arraybuffer-base64 icon indicating copy to clipboard operation
proposal-arraybuffer-base64 copied to clipboard

Stage 4 tracking

Open bakkot opened this issue 1 year ago • 5 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
  • [x] write test262 tests - PR
    • [x] merge test262 tests
  • [x] at least two implementations
  • [ ] significant in-the-field experience

bakkot avatar Feb 21 '24 02:02 bakkot

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

Delapouite avatar Mar 01 '24 07:03 Delapouite

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

Delapouite avatar Mar 20 '24 11:03 Delapouite

This has been implemented in JavaScriptCore:

  • Uint8Array.prototype.toBase64 and Uint8Array.prototype.toHex: https://bugs.webkit.org/show_bug.cgi?id=274635
  • Uint8Array.fromBase64 and Uint8Array.prototype.setFromBase64: https://bugs.webkit.org/show_bug.cgi?id=276215
  • Uint8Array.fromHex and Uint8Array.prototype.setFromHex: https://bugs.webkit.org/show_bug.cgi?id=275593

kisaragi-hiu avatar Aug 01 '24 14:08 kisaragi-hiu

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

trflynn89 avatar Sep 03 '24 17:09 trflynn89