browser-compat-data
browser-compat-data copied to clipboard
javascript.builtins.Uint8Array.toBase64 - supported on node25
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Node.js support of javascript.builtins.Uint8Array.toBase64
What browsers does this problem apply to, if applicable?
Node.js
What did you expect to see?
node 25.0.0 supports javascript.builtins.Uint8Array.toBase64
Did you test this? If so, how?
asdf install nodejs 25.0.0
$(asdf where nodejs 25.0.0)/bin/node
const uint8Array = new Uint8Array([29, 233, 101, 161]);
console.log(uint8Array.toBase64());
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://nodejs.org/ja/blog/release/v25.0.0
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
Original issue: #28509
@RiskyMH confirmed. thanks! @nikeee