79526034

Date: 2025-03-21 16:23:59
Score: 1.5
Natty:
Report link

Per recommendation in atob function documentation, use Buffer.

const newUint8Array = Uint8Array.from(Buffer.from(text,'base64'));

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rufino Salgado