Re: [whatwg/streams] SetUpReadableStreamDefaultControllerFromUnderlyingSource algorithm takes an extra argument controller that isn't provided at callsite. (#1151)

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