Search
Preparing search index...
The search index is not available
Cumulocity Web SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
IFetchResponse
Interface IFetchResponse
Hierarchy
Response
IFetchResponse
Index
Properties
Response
body
body
Used
headers
ok
redirected
status
status
Text
type
url
Methods
array
Buffer
blob
clone
form
Data
json
text
Properties
Response
Response
:
object
Type declaration
body
body
:
ReadableStream
|
null
body
Used
body
Used
:
boolean
headers
headers
:
Headers
ok
ok
:
boolean
redirected
redirected
:
boolean
status
status
:
number
status
Text
status
Text
:
string
type
type
:
ResponseType
url
url
:
string
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
(
)
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
clone
clone
(
)
:
Response
Returns
Response
form
Data
form
Data
(
)
:
Promise
<
FormData
>
Returns
Promise
<
FormData
>
json
json
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Globals
IFetch
Response
Response
body
body
Used
headers
ok
redirected
status
status
Text
type
url
array
Buffer
blob
clone
form
Data
json
text
Generated using
TypeDoc