- From: youennf <notifications@github.com>
- Date: Thu, 20 Apr 2023 04:28:38 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 April 2023 11:28:42 UTC
@youennf commented on this pull request. > @@ -37,9 +39,23 @@ exports.PeekQueueValue = container => { return pair.value; }; +const closingStepsSymbol = Symbol('closing-steps'); It is difficult to write tests except when not running closing steps would have a functional effect (this is the case for some VideoFrame sources). We could add some specific tests, but they would not be WPT tests. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#discussion_r1172453136 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/review/1393781853@github.com>
Received on Thursday, 20 April 2023 11:28:42 UTC