github web-platform-tests/wpt merge_pr_46662

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
8 months ago

streams: underlyingSource.cancel() should called when abort, event with pending pull

The spec ReadableStreamPipeTo and ReadableStreamCancel define
that the signal aborted algorithm calls underlyingSource.cancel().
However, Webkit does not call underlyingSource.cancel() if signal
aborted occurs while underlyingSource.pull() is pending.

Don't miss a new wpt release

NewReleases is sending notifications on new releases.