[whatwg/streams] Test that transform() can be called synchronously (#784)

When there is no backpressure and all microtasks have completed it is possible
for transform() to be called synchronously from write(). This is important for
optimising chains of transforms in a pipe, so explicitly test that it works.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/784

-- Commit Summary --

  * Test that transform() can be called synchronously

-- File Changes --

    M reference-implementation/to-upstream-wpts/transform-streams/general.js (15)

-- Patch Links --

https://github.com/whatwg/streams/pull/784.patch
https://github.com/whatwg/streams/pull/784.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/784

Received on Tuesday, 29 August 2017 14:51:14 UTC