FileDecoder

Available since LÖVE 0.7.0 and removed in LÖVE 11.0
This enum is not supported in earlier or later versions.

How to decode a given FileData.

Constants

file
The data is unencoded.
base64
The data is base64-encoded.

See Also

Other Languages