Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration URLLoaderDataFormat

The URLLoaderDataFormat class provides values that specify how downloaded data is received.

Index

Enumeration members

Enumeration members

BINARY

BINARY: = 0

Specifies that downloaded data is received as raw binary data.

TEXT

TEXT: = 1

Specifies that downloaded data is received as text.

VARIABLES

VARIABLES: = 2

Specifies that downloaded data is received as URL-encoded variables.

Generated using TypeDoc