Preparing search index...
The search index is not available
@openfort/openfort-node
@openfort/openfort-node
generated
SelfDecodingBody
Class SelfDecodingBody
Helper class to generate a
ResponseBody
from binary data
Implements
ResponseBody
Index
Constructors
constructor
Properties
data
Source
Methods
binary
text
Constructors
constructor
new
Self
Decoding
Body
(
dataSource
)
:
SelfDecodingBody
Parameters
dataSource
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
SelfDecodingBody
Properties
Private
data
Source
data
Source
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Methods
binary
binary
(
)
:
Promise
<
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
Buffer
<
ArrayBufferLike
>
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
data
Source
binary
text
@openfort/openfort-node
Loading...
Helper class to generate a
ResponseBody
from binary data