-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
good first issueGood issues for getting started with this project.Good issues for getting started with this project.javascriptPull requests that update javascript codePull requests that update javascript code
Description
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/nodeconst 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
Labels
good first issueGood issues for getting started with this project.Good issues for getting started with this project.javascriptPull requests that update javascript codePull requests that update javascript code