Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
Share
/
pull
M
pull
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
Share
/
pull
M
pull
method
stream.iter.Share.pull
pull
(
...
args
:
any
[]
)
:
ByteReadableStream
;
Referenced types
type
ByteReadableStream
=
AsyncIterable
<
Uint8Array
[]
>