mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
- Implement comprehensive WHATWG web streams test suite - Fix iterator method validation and error handling - Add proper cancellation support with return() method - Defer iterator creation until first pull to avoid early execution - Handle both sync and async iterables with promise unwrapping - Ensure proper error propagation for iterator failures Fixes most WPT test cases (44/46 passing) for ReadableStream.from() Remaining edge cases for stream auto-pull behavior and cancel validation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>