Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cloudflare
/
workerd
Public
Notifications
You must be signed in to change notification settings
Fork
708
Star
8.6k
Code
Issues
442
Pull requests
221
Discussions
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Implement jsrpc serialization/deserialization for TS web streams
- #7073
#7073
Merged
2/3
jasnell
merged 14 commits into
main
cloudflare/workerd:main
from
jasnell/streams-fun-phase2
cloudflare/workerd:jasnell/streams-fun-phase2
Copy head branch name to clipboard
Aug 21, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Implement jsrpc serialization/deserialization for TS web streams
#7073
jasnell
merged 14 commits into
main
cloudflare/workerd:main
from
jasnell/streams-fun-phase2
cloudflare/workerd:jasnell/streams-fun-phase2
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
Add ExternalHandler hook for serializing JS-implemented class instances
Show description for 861ae70
jasnell
committed
861ae70
View commit details
Copy full SHA for 861ae70
Browse repository at this point
Add getPreferredEncoding to JsReadableStream
Show description for cdb0e63
jasnell
committed
cdb0e63
View commit details
Copy full SHA for cdb0e63
Browse repository at this point
Implement the TypeScript arm of JsReadableStream::serialize
Show description for ea0ee50
jasnell
committed
ea0ee50
View commit details
Copy full SHA for ea0ee50
Browse repository at this point
Implement the TypeScript arm of JsWritableStream::serialize
Show description for 966cd87
jasnell
committed
966cd87
View commit details
Copy full SHA for 966cd87
Browse repository at this point
Recognize TypeScript-implemented streams in RPC serialization
Show description for 594fd3e
jasnell
committed
594fd3e
View commit details
Copy full SHA for 594fd3e
Browse repository at this point
Dispatch RPC stream deserialization on the streams implementation flag
Show description for f47c85f
jasnell
committed
f47c85f
View commit details
Copy full SHA for f47c85f
Browse repository at this point
Hydrate RPC stream externals before the value graph read
Show description for 999e22e
jasnell
committed
999e22e
View commit details
Copy full SHA for 999e22e
Browse repository at this point
Keep TypeScript stream recognition and state probes free of JS execution
Show description for 11ee128
jasnell
committed
11ee128
View commit details
Copy full SHA for 11ee128
Browse repository at this point
Hydrate transferred sockets before the value graph read
Show description for d8089f4
jasnell
committed
d8089f4
View commit details
Copy full SHA for d8089f4
Browse repository at this point
Require the hydration autogate to receive streams under TypeScript streams
Show description for dfe66f5
jasnell
committed
dfe66f5
View commit details
Copy full SHA for dfe66f5
Browse repository at this point
Pin cross-implementation stream transfer over RPC
Show description for 7668f09
jasnell
committed
7668f09
View commit details
Copy full SHA for 7668f09
Browse repository at this point
Document the stream brand and no-JS-scope rules in the webstreams contract
Show description for a8a7ba4
jasnell
committed
a8a7ba4
View commit details
Copy full SHA for a8a7ba4
Browse repository at this point
Drive RPC writer transfer through frozen internals, not public methods
Show description for 7b94e1a
jasnell
committed
7b94e1a
View commit details
Copy full SHA for 7b94e1a
Browse repository at this point
Commits on Aug 21, 2026
Describe the stream brand accurately and check RPC-backing first
Show description for 4533e7d
jasnell
committed
4533e7d
View commit details
Copy full SHA for 4533e7d
Browse repository at this point
You can’t perform that action at this time.