- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 15 Sep 2015 10:26:01 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 15 September 2015 17:26:30 UTC
@wenbozhu in general with new web APIs we try to follow the [extensible web manifesto](https://extensiblewebmanifesto.org/). Instead of only exposing high-level features, we also expose the low-level building blocks that allow you to make higher-level features. That way if someone wants to e.g. implement their own piping algorithm, with different tradeoffs or features, they can do so on top of the primitives, instead of simply being stuck until they convince spec writers/implementers to support their use case. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/393#issuecomment-140472988
Received on Tuesday, 15 September 2015 17:26:30 UTC