bytes

Decode the inline base64 payload to bytes.

Since

0.3.0-beta01

Throws

when this file is URL-backed (no inline bytes) — fetch GeneratedFile.url to obtain the data. Without this guard a URL-backed file (whose base64 is "") silently decoded to an empty ByteArray, a wrong answer indistinguishable from a genuinely empty file.