Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ btoa
Method
btoa
typings/internalBinding/buffer.d.ts:3–3 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
1
export
interface
BufferBinding {
2
atob(input: string): string | -1 | -2 | -3;
3
btoa(input: string): string | -1;
4
5
setBufferPrototype(proto: object): void;
6
Callers
2
test-btoa-atob.js
File · 0.80
toBase64
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected