Skip to content

javascript.builtins.Uint8Array.toBase64 - supported on node25 #28535

@ikeyan

Description

@ikeyan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood issues for getting started with this project.javascriptPull requests that update javascript code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions