- From: Adam Rice <notifications@github.com>
- Date: Tue, 04 Apr 2017 22:43:03 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 April 2017 05:43:36 UTC
In a couple of places '!' was used in front of EnqueueValueWithSize() even though
the calling code was expecting a Completion Record and not the [[Value]] field
it contains.
Remove the '!'s.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/723
-- Commit Summary --
* Remove incorrect '!' before EnqueueValueWithSize()
-- File Changes --
M index.bs (4)
-- Patch Links --
https://github.com/whatwg/streams/pull/723.patch
https://github.com/whatwg/streams/pull/723.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/723
Received on Wednesday, 5 April 2017 05:43:36 UTC