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

> Honestly, I think we'd be better off with an actual `interface mixin ReadableStreamGenericReader`. That way, we could move the shared internal slots _and_ the shared `closed` getter and `cancel(reason)` method to that mixin. But I suppose such a change is no longer merely editorial, and would need a separate PR?

My non-binding opinion is that `interface mixin`s count as editorial, since you can't test for them and they don't necessarily change the implementation. 

-- 
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#issuecomment-670275266

Received on Friday, 7 August 2020 01:45:05 UTC