Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<script>
try { atob(null); } catch(e) { }
try { atob(""); } catch(e) { }
try { atob("A="); } catch(e) { }
try { atob("AA="); } catch(e) { }
</script>
</head>
<body>
</body>
</html>