Skip to content

Fetch does not support webstreams #946

@richarddavison

Description

@richarddavison

Currently, fetch only support reading entire responses and requests from and into memory.
The streaming API's of Request and Response is not implemented.
Since the introduction of native streaming API's by @jackkleeman this functionality is now possible.
Spec is here:
https://fetch.spec.whatwg.org/#body
body should return a ReadableStream.

Currently we return null:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededrustPull requests that update Rust code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions