deno/tests/wpt/runner
Milly 35e5159c8d
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>
2024-05-27 21:29:54 +00:00
..
certs chore: move tools/wpt to tests/wpt/runner (#22545) 2024-03-05 00:41:16 +00:00
config.json chore: move tools/wpt to tests/wpt/runner (#22545) 2024-03-05 00:41:16 +00:00
expectation.json fix(ext/web): ReadableStream.from() allows Iterable instead of IterableIterator (#23903) 2024-05-27 21:29:54 +00:00
runner.ts chore: move tools/wpt to tests/wpt/runner (#22545) 2024-03-05 00:41:16 +00:00
testharnessreport.js chore: move tools/wpt to tests/wpt/runner (#22545) 2024-03-05 00:41:16 +00:00
utils.ts chore: ensure python@3.11 is installed for WPT tests (#23195) 2024-04-03 12:26:13 +11:00