metatell Bot SDK - v2.0.0
GitHub
NPM
Preparing search index...
@metatell/bot-sdk
<internal>
Dispatcher
BodyMixin
Interface BodyMixin
Link
https://fetch.spec.whatwg.org/#body-mixin
interface
BodyMixin
{
body
?:
undefined
;
bodyUsed
:
boolean
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
blob
()
:
Promise
<
Blob
>
;
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
formData
()
:
Promise
<
never
>
;
json
()
:
Promise
<
unknown
>
;
text
()
:
Promise
<
string
>
;
}
Index
Properties
body?
body
Used
Methods
array
Buffer
blob
bytes
form
Data
json
text
Properties
Optional
Readonly
body
body
?:
undefined
Readonly
body
Used
bodyUsed
:
boolean
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
()
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
bytes
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
form
Data
formData
()
:
Promise
<
never
>
Returns
Promise
<
never
>
json
json
()
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
body
Used
Methods
array
Buffer
blob
bytes
form
Data
json
text
GitHub
NPM
metatell Bot SDK - v2.0.0
Loading...
Link
https://fetch.spec.whatwg.org/#body-mixin