From 7a8435003b6f123d1978523d1667fe9b8dcdc666 Mon Sep 17 00:00:00 2001 From: Jeam_wang Date: Tue, 26 Jul 2022 13:57:53 +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=E5=8F=82=E6=95=B0?= 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/@ohos.request.d.ts b/api/@ohos.request.d.ts index 6448870519..a7a25b84a3 100644 --- a/api/@ohos.request.d.ts +++ b/api/@ohos.request.d.ts @@ -340,6 +340,12 @@ declare namespace request { * @permission ohos.permission.INTERNET */ title?: string; + /** + * Allow download background task notifications. + * + * @since 9 + */ + background?: boolean; } /** -- Gitee