未验证 提交 5922b2d3 编写于 作者: Y Yangys 提交者: Gitee

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

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