From 18b527596996c0320353aeedce871c832945c6e8 Mon Sep 17 00:00:00 2001 From: Jeam_wang Date: Tue, 2 Aug 2022 14:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=90=8E=E5=8F=B0=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=96=B0=E5=A2=9E=E5=8F=82=E6=95=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jeam_wang --- en/application-dev/reference/apis/js-apis-request.md | 1 - 1 file changed, 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-request.md b/en/application-dev/reference/apis/js-apis-request.md index f4ced1312d..50c50f574b 100644 --- a/en/application-dev/reference/apis/js-apis-request.md +++ b/en/application-dev/reference/apis/js-apis-request.md @@ -950,7 +950,6 @@ Resumes this download task. This API uses an asynchronous callback to return the | filePath7+ | string | No | Download path. (The default path is **'internal://cache/'**.
- filePath:'workspace/test.txt': The **workspace** directory is created in the default path to store files.
- filePath:'test.txt': Files are stored in the default path.
- filePath:'workspace/': The **workspace** directory is created in the default path to store files. | | networkType | number | No | Network type allowed for download. | | title | string | No | Title of the download session. | -| background | boolean | No | Allow download background task notifications. | ## DownloadInfo7+ -- GitLab