shaka-player
Version:
DASH/EME video player library
19 lines (15 loc) • 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;