Taro Fetch polyfill
Body
Class Body
Hierarchy (
View Summary
)
Body
Request
Response
Implements
Body
Index
Constructors
constructor
Properties
body
body
Used
Methods
array
Buffer
blob
bytes
form
Data
json
text
Constructors
constructor
new
Body
()
:
Body
Returns
Body
Properties
body
body
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
= null
MDN Reference
body
Used
bodyUsed
:
boolean
= false
MDN Reference
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
MDN Reference
Returns
Promise
<
ArrayBuffer
>
blob
blob
()
:
Promise
<
Blob
>
MDN Reference
Returns
Promise
<
Blob
>
bytes
bytes
()
:
Promise
<
Uint8Array
<
ArrayBuffer
>
>
MDN Reference
Returns
Promise
<
Uint8Array
<
ArrayBuffer
>
>
form
Data
formData
()
:
Promise
<
FormData
>
Returns
Promise
<
FormData
>
Deprecated
尚未实现内部逻辑
json
json
()
:
Promise
<
any
>
MDN Reference
Returns
Promise
<
any
>
text
text
()
:
Promise
<
string
>
MDN Reference
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
body
Used
Methods
array
Buffer
blob
bytes
form
Data
json
text
Taro Fetch polyfill
Blob
Body
Headers
Request
Response
RequestInit
BodyInit
URLSearchParams
fetch
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
MDN Reference