Endo API documentation
    Preparing search index...
    • Adapts a Node.js writable stream to a JavaScript async iterator of Uint8Array data chunks. Back pressure emerges from awaiting on the promise returned by next before calling next again.

      Parameters

      • writer: Writable

        the destination Node.js writer

      Returns Writer<Uint8Array<ArrayBufferLike>, undefined>