diff options
author | Milly <milly.ca@gmail.com> | 2024-05-28 06:29:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 21:29:54 +0000 |
commit | 35e5159c8d5987497b8980c1cf3996d241612957 (patch) | |
tree | 24056d26007f7bc477dabaabe166823249eafe96 /cli/tools/coverage/mod.rs | |
parent | e44c538f37c48f738dea904cffe4cda67f689914 (diff) |
fix(ext/web): `ReadableStream.from()` allows `Iterable` instead of `IterableIterator` (#23903)
`createAsyncFromSyncIterator(x)` which is used in
`ReadableStream.from()` expects `x` as `Iterable` but, previous
implements specify `Iterator` or `IterableIterator`. If it was
`IterableIterator`, it would work, but if it was `Iterator`, an
exception will occur.
Tests have been merged into WPT.
https://github.com/web-platform-tests/wpt/pull/46365
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'cli/tools/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions