ResponseType feature for supporting XMLHttpRequest ResponseType.
Note: The JavaScript engine of QML not supported Blob type, if ResponseType is equal to ResponseType.Blob request body will return an ArrayBuffer.
Note: By default the ResponseType is set to the ResponseType.Undefined that duperagent behaves like in the past.
Note: If ResponseType is set to the invalid value, duperagent behaves like in the past.
ResponseType feature for supporting XMLHttpRequest ResponseType. Note: The JavaScript engine of QML not supported
Blob
type, if ResponseType is equal toResponseType.Blob
request body will return anArrayBuffer
.Note: By default the
ResponseType
is set to theResponseType.Undefined
that duperagent behaves like in the past.Note: If
ResponseType
is set to the invalid value, duperagent behaves like in the past.