Download Status - crosswalk-project/tizen-extensions-crosswalk GitHub Wiki
Note that Download API is not merged yet.
DownloadRequest | Status |
---|---|
url | Done |
destination | Done |
fileName | Done |
networkType | |
httpHeader |
DownloadManager | Status |
---|---|
start | Done |
cancel | Done |
pause | Done |
getDownloadRequest | |
getState | Done |
getMIMEType | |
setListener | Done |
DownloadCallback | Status |
---|---|
onprogress | Done |
onpaused | Done |
oncanceled | Done |
oncompleted | Done |
onfailed | Done |
Note: Desktop and Mobile should share the code except download path.