[whatwg/streams] Make the abstract shorter (#769)

Looking at https://spec.whatwg.org/, we're a clear outlier. It should probably just be

> The Streams Standard provides APIs for creating, composing, and consuming streams of data.

or maybe

> The Streams Standard provides APIs for creating, composing, and consuming streams of data that map efficiently to low-level I/O primitives, and allow easy composition with built-in backpressure and queuing.

Need to update it here and there.

-- 
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/769

Received on Monday, 21 August 2017 16:53:35 UTC