Files
shaka-player/lib/net
Srikanth Peddibhotla 8e0d45f493 fix: Handle null response body for fetch responses (#8384)
fetch API returning a ReadableStream response body is not supported by
all browsers.
Browser compatibility:
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API If it is not
supported, download the whole segment in one shot

Co-authored-by: Srikanth Peddibhotla <peddisri@amazon.com>
2025-04-03 09:59:34 +02:00
..