crossplatform not support body

Signed-off-by: Jeam_wang <jeam.wangwei@huawei.com>
This commit is contained in:
Jeam_wang 2023-12-21 10:43:28 +08:00
parent cce44a98c1
commit 0764751713

View File

@ -3439,6 +3439,7 @@ declare namespace request {
* Such as headers and body of response from server.
* But when the Content-Disposition header responded, the body will be into the uri of its attachment only, the body here is empty.
* {"headers": {"key": v}, "body": "contents"}.
* The "body" field is not supported in cross-platform scenarios.
*
* @type { ?object }
* @readonly