Stage 4 tracking
bakkot opened this issue ยท 12 comments
bakkot commented
This proposal achieved stage 3 at the February 2024 meeting. This is a tracking issue for getting stage 4.
Delapouite commented
Hi. This seems to be the bugzilla issue to follow about SpiderMonkey progress: https://bugzilla.mozilla.org/show_bug.cgi?id=1862220
Delapouite commented
Tracking bug for V8 https://bugs.chromium.org/p/v8/issues/detail?id=14620
kisaragi-hiu commented
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
trflynn89 commented
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
Snuffleupagus commented
This has now been implemented in SpiderMonkey, and will be enabled by default in Firefox 133: