Vana SDK - v0.1.0
    Preparing search index...
    • Convert ReadableStream to Uint8Array Used primarily in Node.js environment where OpenPGP may return streams

      Parameters

      • stream: ReadableStream<Uint8Array<ArrayBufferLike>>

        The ReadableStream to convert

      Returns Promise<Uint8Array<ArrayBufferLike>>

      Promise resolving to Uint8Array containing all stream data