Files
shaka-player/externs/polyfill.js
T
Álvaro Velad Galván 83604c3037 chore: Move eme-encryption-scheme-polyfill to the Shaka Player repo (#8818)
We want to apply several optimizations to MCap and Shaka management,
which makes everything easier if the code is in this repo.
2025-07-01 13:24:28 +02:00

24 lines
371 B
JavaScript

/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for Shaka polyfills
*
* @externs
*/
/** @type {string} */
window.shakaMediaKeysPolyfill;
/** @type {boolean} */
navigator.emeEncryptionSchemePolyfilled;
/** @type {boolean} */
navigator.mediaCapabilitiesEncryptionSchemePolyfilled;