- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 07 Sep 2018 08:26:16 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 September 2018 15:26:38 UTC
domenic commented on this pull request. > </div> <emu-alg> 1. If ! IsReadableStream(*this*) is *false*, return <a>a promise rejected with</a> a *TypeError* exception. 1. If ! IsWritableStream(_dest_) is *false*, return <a>a promise rejected with</a> a *TypeError* exception. 1. Set _preventClose_ to ! ToBoolean(_preventClose_), set _preventAbort_ to ! ToBoolean(_preventAbort_), and set _preventCancel_ to ! ToBoolean(_preventCancel_). + 1. If _signal_ is not *undefined*, and _signal_ is not an instance of the {{AbortSignal}} interface, return <a>a Yeah, I think this is the right thing for now. -- 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/744#discussion_r215997214
Received on Friday, 7 September 2018 15:26:38 UTC