Bug
1541746 [wpt PR 16167] - Verify that ReadableStreamTee doesn't pull more chunks than the branch HWM, a=testonly
Automatic update from web-platform-tests
Verify that ReadableStreamTee doesn't pull more chunks than the branch HWM (#16167)
ReadableStreamTee should only pull enough chunks to fill the HWM of the
branches (which is 1), and no more.
When pulling from the branches, verify that pull() on the original
stream still is only called enough to fill the emptiest branch.
--
wpt-commits:
05e7031bec9a03261cbf112b575a7998b7c76b3c
wpt-pr: 16167