Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
Body
Interface Body
interface
Body
{
body
:
null
|
ReadableStream
<
Uint8Array
>
;
bodyUsed
:
boolean
;
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
;
blob
(
)
:
Promise
<
Blob
>
;
formData
(
)
:
Promise
<
FormData
>
;
json
(
)
:
Promise
<
any
>
;
text
(
)
:
Promise
<
string
>
;
}
Index
Properties
body
body
Used
Methods
array
Buffer
blob
form
Data
json
text
Properties
Readonly
body
body
:
null
|
ReadableStream
<
Uint8Array
>
MDN Reference
Readonly
body
Used
body
Used
:
boolean
MDN Reference
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
MDN Reference
Returns
Promise
<
ArrayBuffer
>
blob
blob
(
)
:
Promise
<
Blob
>
MDN Reference
Returns
Promise
<
Blob
>
form
Data
form
Data
(
)
:
Promise
<
FormData
>
MDN Reference
Returns
Promise
<
FormData
>
json
json
(
)
:
Promise
<
any
>
MDN Reference
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
MDN Reference
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
body
Used
Methods
array
Buffer
blob
form
Data
json
text
melonjs
Loading...
MDN Reference