mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
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>