shaka-player
Version:
DASH/EME video player library
21 lines (17 loc) • 318 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for dialog-polyfill.js methods.
* @externs
*/
/** @const */
const dialogPolyfill = class {
/**
* @param {!Element} dialog
* @const
*/
static registerDialog(dialog) {}
};