feat: Implement proposal-arraybuffer-base64#4630
feat: Implement proposal-arraybuffer-base64#4630magic-akari wants to merge 1 commit intoboa-dev:mainfrom
Conversation
magic-akari
commented
Feb 16, 2026
- close feat: Implement proposal-arraybuffer-base64 #4616
Test262 conformance changes
Fixed tests (63): |
|
Note
For Also, simple 4-character truncation is insufficient: whitespace affects At the moment, we do not support If we decide to go with |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4630 +/- ##
==========================================
+ Coverage 47.24% 56.19% +8.95%
==========================================
Files 476 548 +72
Lines 46892 60504 +13612
==========================================
+ Hits 22154 34001 +11847
- Misses 24738 26503 +1765 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f2d29eb to
2ff9f60
Compare
|
Thank you, this looks nice. Just to be clear, what would be the full list of missing things from I ask this because I plan to open a discussion with the |
|
The main missing feature is However, the ECMA-262 spec requires three distinct modes: Our current implementation works around this limitation by checking for the presence of There's another subtle issue: ECMA-262 disallows concatenated padded inputs, but As for |
|
Thank! I'll open an issue with them to see if they're open to implementing the features. |