responseType property

String? responseType
getter/setter pair

It is an enumerated string value specifying the type of data contained in the response. It also lets the author change the response type. If an empty string is set as the value of responseType, the default value of text is used.

Implementation

String? responseType;