Function followProgressUnbuffered

  • DockerModem.followProgress buffers all events internally and hands them all to the onFinish callback. This function is a copy of that without the buffering.

    Parameters

    • stream: ReadableStream
    • onFinished: ((err) => void)
        • (err): void
        • Parameters

          • err: null | Error

          Returns void

    • Optional onProgress: ((event) => void)
        • (event): void
        • Parameters

          • event: any

          Returns void

    Returns void

Generated using TypeDoc