mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
83604c3037
We want to apply several optimizations to MCap and Shaka management, which makes everything easier if the code is in this repo.
24 lines
371 B
JavaScript
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;
|