reticulum-js
    Preparing search index...

    Function openWritable

    • Open a WritableStream<Uint8Array> that sends byte-stream frames to the peer's streamId. See Channel#openWritable.

      Parameters

      • channel: Channel
      • streamId: number
      • Optionaloptions: { bz2?: any } = {}

      Returns WritableStream<Uint8Array<ArrayBufferLike>>