Stage 4 tracking
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
Hi. This seems to be the bugzilla issue to follow about SpiderMonkey progress: https://bugzilla.mozilla.org/show_bug.cgi?id=1862220
Tracking bug for V8 https://bugs.chromium.org/p/v8/issues/detail?id=14620
This has been implemented in JavaScriptCore:
Uint8Array.prototype.toBase64andUint8Array.prototype.toHex: https://bugs.webkit.org/show_bug.cgi?id=274635Uint8Array.fromBase64andUint8Array.prototype.setFromBase64: https://bugs.webkit.org/show_bug.cgi?id=276215Uint8Array.fromHexandUint8Array.prototype.setFromHex: https://bugs.webkit.org/show_bug.cgi?id=275593
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