it-length-prefixed
Preparing search index...
decode
decode
Function decode
decode
<
T
extends
ArrayBufferLike
=
ArrayBufferLike
>
(
source
:
Iterable
<
Uint8ArrayList
<
T
>
|
Uint8Array
<
T
>
>
,
options
?:
DecoderOptions
,
)
:
Generator
<
Uint8ArrayList
<
T
>
,
void
,
unknown
>
Type Parameters
T
extends
ArrayBufferLike
=
ArrayBufferLike
Parameters
source
:
Iterable
<
Uint8ArrayList
<
T
>
|
Uint8Array
<
T
>
>
Optional
options
:
DecoderOptions
Returns
Generator
<
Uint8ArrayList
<
T
>
,
void
,
unknown
>
decode
<
T
extends
ArrayBufferLike
=
ArrayBufferLike
>
(
source
:
Source
<
Uint8ArrayList
<
T
>
|
Uint8Array
<
T
>
>
,
options
?:
DecoderOptions
,
)
:
AsyncGenerator
<
Uint8ArrayList
<
T
>
,
void
,
unknown
>
Type Parameters
T
extends
ArrayBufferLike
=
ArrayBufferLike
Parameters
source
:
Source
<
Uint8ArrayList
<
T
>
|
Uint8Array
<
T
>
>
Optional
options
:
DecoderOptions
Returns
AsyncGenerator
<
Uint8ArrayList
<
T
>
,
void
,
unknown
>
Index
Methods
from
Reader
Methods
from
Reader
fromReader
(
reader
:
Reader
,
options
?:
DecoderOptions
,
)
:
AsyncGenerator
<
Uint8ArrayList
<
ArrayBufferLike
>
,
void
,
unknown
>
Parameters
reader
:
Reader
Optional
options
:
DecoderOptions
Returns
AsyncGenerator
<
Uint8ArrayList
<
ArrayBufferLike
>
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
from
Reader
it-length-prefixed
Loading...