atob(data): void
Stability: 3Legacy. Use
Buffer.from(data, 'base64') instead.Global alias for buffer.atob().
An automated migration is available (source):
npx codemod@latest @nodejs/buffer-atob-btoa
atob(data): void
Buffer.from(data, 'base64') instead.Global alias for buffer.atob().
An automated migration is available (source):
npx codemod@latest @nodejs/buffer-atob-btoa