Closed rainemak closed 10 years ago
LGTM
Added two commits on top:
1) Add requestSuspending invokable
2) Bump up version number
Hmm, why can't we do this from QML?
As you see from here https://github.com/sailfishos/sailfish-browser/issues/204 that this was at QML side. I'd like see requestSuspending kind of function in C++ even if those would be possible to declare in QML.
Fewer properties / functions / etc we have in QML side, the faster the startup time (less time it takes to compile qml).
Can move this to browser's C++ if you like that more?
Removed commit that added requestSuspending invokable
This commit is preration of requestSuspend function that would suspend only after page is loaded.