- From: Adam Rice <notifications@github.com>
- Date: Thu, 02 Nov 2017 02:40:27 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 November 2017 02:40:50 UTC
The TransformStream constructor constructs a ReadableStream and
WritableStream. It should use the original constructors rather than what
currently exists on the global object.
Add tests to verify that it does.
Related to issue #850.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/852
-- Commit Summary --
* Test that TransformStream does not use global constructors
-- File Changes --
M reference-implementation/to-upstream-wpts/transform-streams/patched-global.js (30)
-- Patch Links --
https://github.com/whatwg/streams/pull/852.patch
https://github.com/whatwg/streams/pull/852.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/852
Received on Thursday, 2 November 2017 02:40:50 UTC