[whatwg/streams] Two minor algorithm corrections to WritableStream (#736)

- Add the missing second argument to WritableStreamStartErroring in
  WritableStreamDealWithRejection. Fixes #733.
- Add the missing _s_ to [[writeRequests]] in WritableStreamFinishErroring. Fixes
  #734.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Two minor algorithm corrections to WritableStream

-- File Changes --

    M index.bs (4)

-- Patch Links --

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

Received on Friday, 14 April 2017 11:02:48 UTC