Version 0.991 BETA

This commit is contained in:
OTCv8
2019-10-07 15:52:55 +02:00
parent bc977c268e
commit c5c600e83e
12 changed files with 57 additions and 22 deletions

View File

@@ -55,10 +55,6 @@ function HTTP.downloadImage(url, callback)
return operation
end
function HTTP.progress(operationId)
return g_http.getProgress(operationId)
end
function HTTP.cancel(operationId)
return g_http.cancel(operationId)
end