Re: [whatwg/streams] Use an AbortController instead of signaling abort on AbortSignal (PR #1279)

@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