Open bakkot opened 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
Tracking bug for V8 https://bugs.chromium.org/p/v8/issues/detail?id=14620
This has been implemented in JavaScriptCore:
Uint8Array.prototype.toBase64
and Uint8Array.prototype.toHex
: https://bugs.webkit.org/show_bug.cgi?id=274635Uint8Array.fromBase64
and Uint8Array.prototype.setFromBase64
: https://bugs.webkit.org/show_bug.cgi?id=276215Uint8Array.fromHex
and Uint8Array.prototype.setFromHex
: https://bugs.webkit.org/show_bug.cgi?id=275593I'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
This has now been implemented in SpiderMonkey, and will be enabled by default in Firefox 133:
This proposal achieved stage 3 at the February 2024 meeting. This is a tracking issue for getting stage 4.