-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TransformStream writable and writer exit prematurely #450
Comments
Thanks for reporting it upstream. I'm using that polyfill, so once it gets a fix I can bump the dependency here. |
Looks like a limitation of the fetch polyfill we use , right @guest271314 ? Can I close this then? |
Looks like it.
Let's fix it. Implement WHATWG Streams, including Transferable Streams, and full-duplex streaming. |
That might be a bit of a tall order, but we might get there. As usual, patches are more than welcome! |
@saghul |
Consider this code
transformstream-response-test.js
tjs
, which still just logsExpected result:
"abcdef"
See MattiasBuelens/web-streams-polyfill#143.
The text was updated successfully, but these errors were encountered: