enum openfl.net.URLLoaderDataFormat
Available on all platforms
The URLLoaderDataFormat class provides values that specify how downloaded data is received.
Constructors
BINARY
Specifies that downloaded data is received as raw binary data.
TEXT
Specifies that downloaded data is received as text.
VARIABLES
Specifies that downloaded data is received as URL-encoded variables.