Functions
rxFromPacketIterable
- rxFromPacketIterable(iterable: AsyncIterable<Uint8Array>): Rx
Parameters
iterable: AsyncIterable<Uint8Array>
Returns Rx
rxFromStream
- rxFromStream(conn: ReadableStream): Rx
txToStream
- txToStream(conn: WritableStream): Tx
@ndn/l3face
This package is part of NDNts, Named Data Networking libraries for the modern web.
This package implements network layer face and transport base types. See
@ndn/node-transport
package for more explanation and examples.