mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
8ec7164878
If we use @export in the Promise polyfill, those methods will end up attached to the polyfill namespace in the compiled code, and will also end up in the generated externs (coming soon). By exporting then() and catch() manually, we avoid this. Change-Id: Ib12b4d9319452ceed802c8fdc8c47d9c09dd24a5