@kayahr/edsm
Preparing search index...
parseBodiesJSON
Function parseBodiesJSON
parseBodiesJSON
(
stream
:
AsyncIterable
<
Uint8Array
<
ArrayBufferLike
>
>
,
)
:
AsyncIterable
<
Body
>
Parses bodies from the given JSON stream.
Parameters
stream
:
AsyncIterable
<
Uint8Array
<
ArrayBufferLike
>
>
The JSON input stream.
Returns
AsyncIterable
<
Body
>
Stream of bodies.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@kayahr/edsm
Loading...
Parses bodies from the given JSON stream.