browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

javascript.builtins.Uint8Array.toBase64 - supported on node25

Open ikeyan opened this issue 1 month ago • 2 comments

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

ikeyan avatar Nov 26 '25 15:11 ikeyan

Original issue: #28509

ikeyan avatar Nov 26 '25 15:11 ikeyan

  • looks like this was fixed by https://github.com/mdn/browser-compat-data/pull/28441 🎉

Image

RiskyMH avatar Dec 11 '25 12:12 RiskyMH

@RiskyMH confirmed. thanks! @nikeee

ikeyan avatar Dec 14 '25 08:12 ikeyan