Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the Streams API ReadableStream #3666

Closed
Tracked by #2978
oleiade opened this issue Mar 27, 2024 · 0 comments
Closed
Tracked by #2978

Implement the Streams API ReadableStream #3666

oleiade opened this issue Mar 27, 2024 · 0 comments
Assignees

Comments

@oleiade
Copy link
Member

oleiade commented Mar 27, 2024

As part of our goal to add support for the Streams API to k6 (see #2978), we aim to start by supporting the ReadableStream construct first, as we believe it will be the most valuable and impactful to both our users and our own APIs.

In this context specifically, we aim to make ReadableStream available to our JavaScript runtime (probably imported from k6/streams, or even set as a global object of the runtime), and have support for the ReadableStreamDefaultReader, and ReadableStreamDefaultController as well.

Support for BYOB variants of those constructs is out of scope of this specific issue.

⚠️ This issue has a strong dependency on #3659, and should probably not be closed until it is resolved.

@oleiade oleiade changed the title Implement the ReadableStream part of the specification Implement the Streams API ReadableStream Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants