- From: Adam Rice <notifications@github.com>
- Date: Fri, 24 Mar 2017 04:51:43 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 March 2017 11:52:14 UTC
The [[pendingAbortRequest]] internal slot of WritableStream is a Record and so
cannot be resolved or rejected directly.
When resolving or rejecting [[pendingAbortRequest]], explicitly operate on the
[[promise]] slot.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/706
-- Commit Summary --
* Resolve/reject [[pendingAbortRequest]].[[promise]]
-- File Changes --
M index.bs (6)
-- Patch Links --
https://github.com/whatwg/streams/pull/706.patch
https://github.com/whatwg/streams/pull/706.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/706
Received on Friday, 24 March 2017 11:52:14 UTC