- From: Luca Casonato <notifications@github.com>
- Date: Tue, 15 Jun 2021 14:51:45 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 June 2021 21:52:28 UTC
`[[inFlightCloseRequest]]` is on `WritableStream`, not on `WritableStreamDefaultController`.
Took me 4 hours to debug this in Deno today :-). Reference implementation is correct.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/1137
-- Commit Summary --
* inFlightCloseRequest is on WS, not WSDC
-- File Changes --
M index.bs (3)
-- Patch Links --
https://github.com/whatwg/streams/pull/1137.patch
https://github.com/whatwg/streams/pull/1137.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/1137
Received on Tuesday, 15 June 2021 21:52:28 UTC