未验证 提交 67cd18a4 编写于 作者: Y Yangys 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-http.md.

Signed-off-by: NYangys <yangyousheng@huawei.com>
上级 99934ba1
...@@ -538,7 +538,7 @@ promise.then((data) => { ...@@ -538,7 +538,7 @@ promise.then((data) => {
}); });
``` ```
### on('headerReceive') ### on('headerReceive')<sup>(deprecated)</sup>
on(type: 'headerReceive', callback: AsyncCallback\<Object\>): void on(type: 'headerReceive', callback: AsyncCallback\<Object\>): void
...@@ -564,7 +564,7 @@ httpRequest.on('headerReceive', (data) => { ...@@ -564,7 +564,7 @@ httpRequest.on('headerReceive', (data) => {
}); });
``` ```
### off('headerReceive') ### off('headerReceive')<sup>(deprecated)</sup>
off(type: 'headerReceive', callback?: AsyncCallback\<Object\>): void off(type: 'headerReceive', callback?: AsyncCallback\<Object\>): void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册