Skip to content

v3 does not support pausing/resuming from stream #346

Closed
@drzraf

Description

@drzraf

The current pause process consist into aborting all ongoing XHR object. Conversely resume call Flow.upload() again which goes over each pending chunk.

In the case of ReadableStream we can not expect to read() twice a regular file (as expected by FlowChunk.send()).
A possible implementation could conserve the XHR payload in order to recreate it again (instead of setting FlowChunk's XHR to null)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions