From 52f5139c4759273084ef9e9a6d6a70cc73a3c346 Mon Sep 17 00:00:00 2001 From: Yangys Date: Thu, 27 Apr 2023 12:16:43 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-http.md. Signed-off-by: Yangys --- zh-cn/application-dev/reference/apis/js-apis-http.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-http.md b/zh-cn/application-dev/reference/apis/js-apis-http.md index b7e818f035..b88ead25a5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-http.md +++ b/zh-cn/application-dev/reference/apis/js-apis-http.md @@ -333,8 +333,6 @@ destroy(): void httpRequest.destroy(); ``` -``` - ### on('headerReceive')(deprecated) on(type: 'headerReceive', callback: AsyncCallback\): void -- GitLab