[whatwg/streams] Remove unused parameter (#1125)

``WritableStreamFinishErroring`` is only invoked with one parameter, but it has signature with two parameters, the second one seems unused. It seems ``reason`` was added by mistake due to similarly named ``WritableStreamStartErroring``, while it actually should exists only as an argument to ``Upon promise rejection`` step.

<!--
Thank you for contributing to the Streams Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->


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

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

-- Commit Summary --

  * Remove unused parameter

-- File Changes --

    M index.bs (2)

-- Patch Links --

https://github.com/whatwg/streams/pull/1125.patch
https://github.com/whatwg/streams/pull/1125.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/1125

Received on Monday, 10 May 2021 09:56:32 UTC