[whatwg/streams] Remove abortReason property from WritableStream spec (PR #1177)

Based on https://github.com/whatwg/streams/issues/1165, this change removes the abortReason property from the WritableStream spec, as we are no longer implementing it, and will rather use the reason from the AbortSignal when that is added in the DOM spec.

@yutakahirano Does this look okay?
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * <a href="https://github.com/whatwg/streams/pull/1177/commits/5f36ddac096d9496677ca2f6f04cb85d26fcd143">Merge pull request #1 from whatwg/master</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/b5dbc0ec38c00ee73010222a413be2bb787444b1">Merge pull request #2 from whatwg/master</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/f423409fe4995bbbb460e023b6d3643dab98065a">Merge pull request #3 from whatwg/master</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/631447baf99a457ea399cdf6d8aeb43df7884299">Merge remote-tracking branch &#39;upstream/master&#39;</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/72e8f570276ffd44604f43d567c863ba7e5fd745">Merge remote-tracking branch &#39;upstream/master&#39;</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/7c80a45edd806db4c7116cb6623b6916db949b26">Merge branch &#39;whatwg:main&#39; into master</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/e1cfefe99ee864a0c48da4e14b933f41fc6a454d">Merge branch &#39;whatwg:main&#39; into master</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/8ed62f7bfe061dbfc78e2a7708f25b78e760a9ba">Merge branch &#39;whatwg:main&#39; into master</a>
  * <a href="https://github.com/whatwg/streams/pull/1177/commits/d5b6ae509a4bd55fbab6d42abb35d6e028746cd5">remove abortReason property</a>

-- File Changes --

    M index.bs (15)

-- Patch Links --

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

Received on Monday, 18 October 2021 00:40:44 UTC