- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 25 May 2023 01:43:14 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 May 2023 08:43:20 UTC
@annevk commented on this pull request. > @@ -4508,7 +4508,7 @@ closed. It is only used internally, and is never exposed to web developers. The <dfn id="ws-default-controller-signal" attribute for="WritableStreamDefaultController">signal</dfn> getter steps are: - 1. Return [=this=].[=WritableStreamDefaultController/[[signal]]=]. + 1. Return [=this=].[=WritableStreamDefaultController/[[abortController]]=].{{AbortController/signal}}. It'd have to be something like ```suggestion 1. Return [=this=].[=WritableStreamDefaultController/[[abortController]]=]'s [=AbortController/signal=]. ``` as we don't define dot syntax for these. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1279#discussion_r1205193885 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1279/review/1443385388@github.com>
Received on Thursday, 25 May 2023 08:43:20 UTC