Re: [whatwg/streams] Separate out exported abstract ops from internal ones (#372)

One way of doing this is to move stuff like https://fetch.spec.whatwg.org/#streams into the spec. That way we achieve a few things at once:

- Let streams define how to manipulate streams, instead of letting Fetch do it
- Give people the ability to use English to invoke these operations, instead of function call syntax, since that seems to be important
- Make it clear what we expect other specs to invoke

---
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/issues/372#issuecomment-237456743

Received on Thursday, 4 August 2016 05:33:36 UTC