larabr 790d8e20db Drop support for native Node Readable stream: require passing Node Web Streams
Utils to convert from and to Web Streams in Node are available from v17,
see https://nodejs.org/api/stream.html#streamreadabletowebstreamreadable-options .

Previously, we automatically converted between Node native streams and custom, Web-like Readable streams.
This led to occasional issues.
2024-01-26 15:03:08 +01:00
..