@fastly/js-compute - v0.2.4
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Body
body
body
Used
array
Buffer
json
text
Body for Fetch HTTP Requests and Responses
see
Body on MDN
Hierarchy
Body
Implemented by
Request
Response
Index
Properties
body
body
Used
Methods
array
Buffer
json
text
Properties
Readonly
body
body
:
ReadableStream
<
Uint8Array
>
Readonly
body
Used
body
Used
:
boolean
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
json
json
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Generated using
TypeDoc
Body for Fetch HTTP Requests and Responses
Body on MDN