it
Preparing search index...
it-buffer-stream
default
Function default
default
(
limit
:
number
)
:
AsyncGenerator
<
Uint8Array
<
ArrayBuffer
>
,
void
,
unknown
>
An async iterable that emits buffers containing bytes up to a certain length
Parameters
limit
:
number
Returns
AsyncGenerator
<
Uint8Array
<
ArrayBuffer
>
,
void
,
unknown
>
default
(
limit
:
number
,
options
:
Omit
<
BufferStreamOptions
,
"generator"
>
,
)
:
AsyncGenerator
<
Uint8Array
<
ArrayBuffer
>
,
void
,
unknown
>
An async iterable that emits buffers containing bytes up to a certain length
Parameters
limit
:
number
options
:
Omit
<
BufferStreamOptions
,
"generator"
>
Returns
AsyncGenerator
<
Uint8Array
<
ArrayBuffer
>
,
void
,
unknown
>
default
<
T
extends
ArrayBufferLike
=
ArrayBufferLike
>
(
limit
:
number
,
options
?:
BufferStreamOptions
<
T
>
,
)
:
AsyncGenerator
<
Uint8Array
<
T
>
,
void
,
unknown
>
An async iterable that emits buffers containing bytes up to a certain length
Type Parameters
T
extends
ArrayBufferLike
=
ArrayBufferLike
Parameters
limit
:
number
Optional
options
:
BufferStreamOptions
<
T
>
Returns
AsyncGenerator
<
Uint8Array
<
T
>
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
it
Loading...
An async iterable that emits buffers containing bytes up to a certain length