Cutehacks / duperagent

A QML clone of VisionMedia's SuperAgent module.
MIT License
56 stars 23 forks source link

Added ResponseType support #22

Closed mohammadhasanzadeh closed 5 years ago

mohammadhasanzadeh commented 6 years ago

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.