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: = "binary"

Specifies that downloaded data is received as raw binary data.

TEXT

TEXT: = "text"

Specifies that downloaded data is received as text.

VARIABLES

VARIABLES: = "variables"

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

Generated using TypeDoc