papyros / qml-extras

OBSOLETE - SEE QML-MATERIAL REPOSITORY
https://github.com/papyros/qml-material
63 stars 22 forks source link

Correct the timeout function of XMLHttpRequest #11

Closed glaucopgomes closed 9 years ago

glaucopgomes commented 9 years ago

The timeout of XMLHttpRequest of QML does not work or is not implemented[1].

Implemented a way to add this support through the QML Timer and the ability for the user optionally specify the desired timeout.

[1] https://www.google.com/search?q=qml+XMLHttpRequest+timeout&ie=utf-8&oe=utf-8

iBelieve commented 9 years ago

Thanks for the pull request!