You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I need more detail on the scenario you're envisioning. I guess there are two errors here, readable.[[storedError]] and r, and we need to decide which to throw? An example with the two errors being different values, and where the chosen value currently shows up, would be helpful.
https://streams.spec.whatwg.org/commit-snapshots/b45c0c5a6c66c73c1e17254976e8a271aecc5592/#transform-stream-default-sink-close-algorithm
This may throw an undefined value if readable is closed when the microtask runs after flushPromise is rejected. Maybe we should do something like
What do you think?
The text was updated successfully, but these errors were encountered: