合入已评审的API9参数

Signed-off-by: Jeam_wang <jeam.wangwei@huawei.com>
This commit is contained in:
Jeam_wang 2022-07-26 13:57:53 +08:00
parent 200d06bc4e
commit 7a8435003b

View File

@ -340,6 +340,12 @@ declare namespace request {
* @permission ohos.permission.INTERNET
*/
title?: string;
/**
* Allow download background task notifications.
*
* @since 9
*/
background?: boolean;
}
/**