Re: [whatwg/streams] Reconnecting a Stream after creating it - possible? (#1004)

Thanks for the tips!

Unfortunately abort() didn't cause the currentPipePromise to be rejected - the promise remained unresolved. This was true for both the polyfill version and the native version (Chrome 75).

In the polyfill version, data stopped flowing, though - in native, it just continued. So something happened.


-- 
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/1004#issuecomment-508454374

Received on Thursday, 4 July 2019 11:50:34 UTC