mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
f77888bd6f
Lots of externs we've defined are already included in Closure Compiler. Some of them (MSMediaKeys) are no longer needed since we've dropped support for IE.
19 lines
336 B
JavaScript
19 lines
336 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
|
|
/**
|
|
* @fileoverview Externs for MediaError properties not in the Closure compiler.
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
/**
|
|
* A Microsoft Edge and IE extension to add a Windows error code.
|
|
* @type {number}
|
|
*/
|
|
MediaError.prototype.msExtendedCode;
|