code check

Signed-off-by: liyufan <liyufan5@huawei.com>
This commit is contained in:
liyufan 2023-07-27 17:00:10 +08:00
parent 502c40e5ee
commit dbca6b3a2b

View File

@ -732,7 +732,7 @@ declare namespace http {
/**
* Registers an observer for progress of receiving HTTP Response data events.
* @param { "dataReceiveProgress" } type - Indicates Event name.
* @param { 'dataReceiveProgress' } type - Indicates Event name.
* @param { Callback<{ receiveSize: number, totalSize: number }> } callback - the callback used to return the result.
* @syscap SystemCapability.Communication.NetStack
* @since 10
@ -741,7 +741,7 @@ declare namespace http {
/**
* Unregisters an observer for progress of receiving HTTP Response data events.
* @param { "dataReceiveProgress" } type - Indicates Event name.
* @param { 'dataReceiveProgress' } type - Indicates Event name.
* @param { Callback<{ receiveSize: number, totalSize: number }> } callback - the callback used to return the result.
* @syscap SystemCapability.Communication.NetStack
* @since 10