Files
bun.sh/test/js
Claude Bot ceca30c025 Implement ReadableStream.from() method
Add support for ReadableStream.from() which creates ReadableStream instances
from iterables and async iterables, following the WHATWG Streams specification.

- Supports arrays, strings, Sets, Maps, and custom iterables/async iterables
- Returns the same ReadableStream if one is passed
- Properly handles error cases with appropriate TypeError messages
- Includes comprehensive test coverage

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 02:48:20 +00:00
..