Type alias BodyType

BodyType: string | FormData | Blob | ArrayBuffer

请求主体(xhr.send 可以直接发送的类型)。

Generated using TypeDoc