It seems like we shipped streamed requests <https://developer.chrome.com/docs/capabilities/web-apis/fetch-streaming-requests> without shipping the corresponding "duplex <https://github.com/web-platform-tests/wpt/pull/36051>" attribute on Request objects. As a result, we have a bug <https://issues.chromium.org/issues/40237822> when trying to construct a Request with another Request that has a body, that's been biting developers in the wild.
I'm planning to add the "duplex" attribute on Request <https://chromium-review.googlesource.com/c/chromium/src/+/5872928> in order to fix that. >From my perspective, this is a bug fix with no compat or interop risk - other vendors haven't implemented the "duplex" attribute, but they don't support streaming requests either, so developers don't run into similar bugs there. Please let me know if anyone believes this requires an intent. Cheers :) Yoav -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOmohS%2Brand2JiD1VQDETp5%3DtBUjQAH%3DnyPUpMxuO83-SSYv3Q%40mail.gmail.com.