UNPKG

shaka-player

Version:
20 lines (16 loc) 314 B
/*! @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) {};