Re: [whatwg/streams] Editorial: add cross-links to internal slots (#1050)

@domenic commented on this pull request.



>  
- <p class="note">The case where |stream|.\[[state]] is "`closed`", but |stream|.\[[closeRequested]]
+ <p class="note">The case where |stream|.[=ReadableStream/[[state]]=] is "`closed`", but |stream|.[=ReadableStream/[[controller]]=].\[[closeRequested]]

That seems reasonable, or leaving it un-linked.

This note seems a little confusing though... the algorithm doesn't mention closeRequested, and it seems kind of redundant with https://streams.spec.whatwg.org/#readable-stream-default-controller-can-close-or-enqueue. So maybe it should just be deleted?

-- 
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/1050#discussion_r469426868

Received on Wednesday, 12 August 2020 17:34:46 UTC