DataType

enum DataType : Enum<DataType>

Data type for the AJAX call.

Entries

Link copied to clipboard
SCRIPT("script")
Link copied to clipboard
TEXT("text")
Link copied to clipboard
XML("xml")
Link copied to clipboard
JSONP("jsonp")
Link copied to clipboard
JSON("json")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int