Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<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
>
;
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
>
Returns
Promise
<
Uint8Array
>
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
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
body
Used
Methods
array
Buffer
blob
bytes
form
Data
json
text
discord-js-button-pagination-ts
Loading...
Link
https://fetch.spec.whatwg.org/#body-mixin