[whatwg/streams] Constructor: replace _readableStrategy_ with _strategy_ (#916)

The name of the ReadableStream constructor parameter is _strategy_, but
it was referenced as _readableStrategy_ in the algorithm steps. Check it
to _strategy_ to match the constructor.

Also change InitializeReadableStream() from "throws" to "nothrow" as it cannot
throw.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Constructor: replace _readableStrategy_ with _strategy_

-- File Changes --

    M index.bs (6)

-- Patch Links --

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

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

Received on Friday, 30 March 2018 15:05:04 UTC