[webrtc-encoded-transform] Pull Request: Editorial: Call AbortController's "signal abort" instead of AbortSignal's

shaseley has just submitted a new pull request for https://github.com/w3c/webrtc-encoded-transform:

== Editorial: Call AbortController's "signal abort" instead of AbortSignal's ==
For https://github.com/whatwg/dom/issues/1194. This replaces calling "signal abort" on `pipeToController`'s signal with calling "signal abort" on `pipeToController` (an `AbortController`), which is functionally equivalent. This also fixes a bug with checking "aborted" on a controller rather than its signal.

See https://github.com/w3c/webrtc-encoded-transform/pull/178


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 23 May 2023 23:55:12 UTC