shaka-player
Version:
DASH/EME video player library
20 lines (16 loc) • 314 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for Clipboard API which were missing in the
* Closure compiler.
*
* @externs
*/
/**
* @param {string} type
* @return {boolean}
*/
ClipboardItem.supports = function(type) {};