Lines Matching refs:download
7 …gies for upload/download and network requests: data compression and resumable download. Both techn…
11 …download. The [@ohos.net.http](../reference/apis-network-kit/js-apis-http.md) module provides the …
17 …ery all tasks or information about the specified task, filter upload or download tasks, tasks with…
19 … or resumed when the network conditions are met. (The HTTP server must support resumable download.)
27 …download do not automatically start with the system. When your application proactively calls any A…
34 …](../reference/apis-basic-services-kit/js-apis-request.md) to execute a download task, the task ha…
38 
48 …on resumes from a pause or network disconnection, restart the upload or download from the beginnin…
64 
80 
281 You can call **request.agent** in resumable download scenarios. This API implements resumable downl…
311 To implement resumable download, proceed as follows:
313 …/Connectivity/UploadAndDownLoad/features/uploadanddownload/src/main/ets/download/RequestDownload.e…
322 2. Create a download class.
330 // Background task download list.
336 3. Configure an agent and create a background download task.
346 title: 'download',