From e88a085cef92fdd53cabfb36cf31bae21bb7c2fa Mon Sep 17 00:00:00 2001 From: Jeam_wang Date: Thu, 14 Jul 2022 16:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=85=A5=E5=B7=B2=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E7=9A=84API9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jeam_wang --- api/@ohos.request.d.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/api/@ohos.request.d.ts b/api/@ohos.request.d.ts index 6448870519..feae1a30d4 100644 --- a/api/@ohos.request.d.ts +++ b/api/@ohos.request.d.ts @@ -340,6 +340,13 @@ declare namespace request { * @permission ohos.permission.INTERNET */ title?: string; + /** + * Whether to display the background + * + * @since 9 + * @permission ohos.permission.INTERNET + */ + background?: boolean; } /** @@ -713,6 +720,13 @@ declare namespace request { * @permission ohos.permission.INTERNET */ data: Array; + /** + * Whether to display the background + * + * @since 9 + * @permission ohos.permission.INTERNET + */ + background?: boolean; } interface UploadTask { -- Gitee