Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
SyncShare
/
from
F
from
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
SyncShare
/
from
F
from
function
stream.iter.SyncShare.from
function
from
(
input
:
SyncByteReadableStream
|
SyncShareable
,
options
?
:
ShareSyncOptions
)
:
SyncShare
;
Referenced types
type
SyncByteReadableStream
=
Iterable
<
Uint8Array
[]
>
interface
SyncShareable
[shareSyncProtocol]
(
options
:
ShareSyncOptions
)
:
SyncShare
;
interface
ShareSyncOptions
backpressure
?
:
BackpressurePolicy
highWaterMark
?
:
number
namespace
SyncShare
function
from
(
input
:
SyncByteReadableStream
|
SyncShareable
,
options
?
:
ShareSyncOptions
)
:
SyncShare
;