[whatwg/streams] Resolve/reject [[pendingAbortRequest]].[[promise]] (#706)

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