Preparing search index...
The search index is not available
Documentation
Documentation
it-to-buffer
default
Function default
default
(
source
)
:
Uint8Array
Takes an (async) iterable that yields buffer-like-objects and concats them into one buffer
Parameters
source
:
Iterable
<
Uint8Array
>
Returns
Uint8Array
default
(
source
)
:
Promise
<
Uint8Array
>
Parameters
source
:
Iterable
<
Uint8Array
>
|
AsyncIterable
<
Uint8Array
>
Returns
Promise
<
Uint8Array
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Takes an (async) iterable that yields buffer-like-objects and concats them into one buffer