Skip to content

Commit

Permalink
Bug 1917950 [wpt PR 48085] - Streams: test whether patched then() s…
Browse files Browse the repository at this point in the history
…ees correct `byobRequest`, a=testonly

Automatic update from web-platform-tests
Streams: test whether patched `then()` sees correct `byobRequest`

See whatwg/streams#1326 for context.

This also updates the `transferArrayBufferView` test utility to be synchronous, which slightly changes the timings of some tests in `streams/readable-byte-streams/general.any.js`.
--

wpt-commits: bc9dcbbf1a4c2c741ef47f47d6ede6458f40c4a4
wpt-pr: 48085

UltraBlame original commit: 427adfdff2597708b7034c942818644b0fe69e50
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent 0c54281 commit 8ad0599
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6451,7 +6451,6 @@ controller
c
;
}
async
pull
(
)
Expand Down Expand Up @@ -6479,7 +6478,6 @@ byobRequest
const
transferredView
=
await
transferArrayBufferView
(
controller
Expand Down Expand Up @@ -16287,7 +16285,6 @@ pullCalledPromise
const
transferredView
=
await
transferArrayBufferView
(
controller
Expand Down Expand Up @@ -16594,7 +16591,6 @@ pullCalledPromise
const
transferredView
=
await
transferArrayBufferView
(
controller
Expand Down
Loading

0 comments on commit 8ad0599

Please sign in to comment.