- From: Mattias Buelens <notifications@github.com>
- Date: Tue, 27 Jul 2021 11:17:15 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 July 2021 18:17:27 UTC
Good catch, thanks for reporting! The first step of `SetUpReadableStreamDefaultControllerFromUnderlyingSource` is: > 1. Let *controller* be a new `ReadableStreamDefaultController`. so it looks like we should *remove* the `controller` argument, rather than update the call site. 🙂 -- 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/issues/1151#issuecomment-887727985
Received on Tuesday, 27 July 2021 18:17:27 UTC