Signed-off-by: liuxiyao <liuxiyao223@huawei.com>
This commit is contained in:
liuxiyao 2024-01-09 15:27:38 +08:00
parent 6c667c64f5
commit 14160f8ab1

View File

@ -1244,7 +1244,7 @@ declare namespace http {
/**
* Unregisters an observer for progress of sendSize HTTP Response data events.
* @param { 'dataSendProgress' } type - Indicates Event name.
* @param { Callback<DataSendProgressInfo> } callback - the callback of off.
* @param { Callback<DataSendProgressInfo> } [callback] - the callback of off.
* @syscap SystemCapability.Communication.NetStack
* @since 11
*/