mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
809d86d2ee
In a recent CL, the Http Fetch plugin was modified to make use of ReadableStream. However, ReadableStream isn't available on every platform. This change modifies the Fetch plugin to not be used if ReadableStream isn't defined. This also adds a basic mock ReadableStream for tests. Change-Id: I7554298779040ce0cef1b8ad55c3ee113f932954