mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-20 16:57:25 +03:00
a72adca9fd
Related to: #3662
19 lines
287 B
JavaScript
19 lines
287 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
|
|
/**
|
|
* @fileoverview Externs for crypto properties not in the Closure compiler.
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
|
|
/**
|
|
* @return {string}
|
|
*/
|
|
webCrypto.Crypto.prototype.randomUUID = function() {};
|