Skip to content

[Workers] Document missing ReadableStream APIs - #32507

Open
Nic-Polumeyv wants to merge 2 commits into
cloudflare:productionfrom
Nic-Polumeyv:workers-readablestream-missing-apis
Open

[Workers] Document missing ReadableStream APIs#32507
Nic-Polumeyv wants to merge 2 commits into
cloudflare:productionfrom
Nic-Polumeyv:workers-readablestream-missing-apis

Conversation

@Nic-Polumeyv

Copy link
Copy Markdown

Summary

Documents the ReadableStream APIs the runtime ships but this page omits. Prompted by sveltejs/kit#16622, where the gap led a maintainer to assume ReadableStream.from does not exist on Workers.

The tee() entry sticks to user-facing behavior, per the review feedback on #10026.

Fixes #9285

Documentation checklist

  • The change adheres to the documentation style guide.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit 428273d.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

@github-actions

Copy link
Copy Markdown
Contributor

Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant).

@github-actions github-actions Bot added the stale label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/s stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for ReadableStream.tee()

7 participants