mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
0698987836
On android the quota for offline content is much smaller than on desktop. It was observed that when this quote was exceeded that downloading offline content would stall but not throw and error. It was found that instead of an error, IndexDB called onabort for the transaction. To fix this we now route onabort through the same code path as onerror so that the abort will be treated and communicated as an error back to the application. Closes #747 Change-Id: I10d536a4edc29d51790f0588f6163a5d83eccf33