[streams] Move strategy to second argument, out of underlying source/sink (#340)

Fixes #338
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/340

-- Commit Summary --

  * Move strategy to second argument, out of underlying source/sink

-- File Changes --

    M index.bs (67)
    M reference-implementation/lib/helpers.js (14)
    M reference-implementation/lib/readable-stream.js (5)
    M reference-implementation/lib/writable-stream.js (5)
    A reference-implementation/test/bad-strategies.js (270)
    M reference-implementation/test/bad-underlying-sinks.js (122)
    M reference-implementation/test/bad-underlying-sources.js (189)
    M reference-implementation/test/byte-length-queuing-strategy.js (31)
    M reference-implementation/test/count-queuing-strategy.js (64)
    M reference-implementation/test/pipe-to.js (2)
    M reference-implementation/test/readable-stream.js (38)
    M reference-implementation/test/writable-stream.js (16)

-- Patch Links --

https://github.com/whatwg/streams/pull/340.patch
https://github.com/whatwg/streams/pull/340.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/340

Received on Tuesday, 21 April 2015 21:29:33 UTC