[whatwg/streams] Include "erroring" in the list of states for WritableStream (#803)

An "erroring" state was added to WritableStream in
e7bf9293 (https://github.com/whatwg/streams/pull/721) but was not included in
the description of the [[state]] slot. Add it.

Also remove a stray '.' from the description of the [[writeRequests]] slot.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Include "erroring" in the list of states for WritableStream

-- File Changes --

    M index.bs (4)

-- Patch Links --

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

Received on Friday, 22 September 2017 10:30:15 UTC