Files
shaka-player/externs/webcrypto.js
T
Álvaro Velad Galván a72adca9fd feat: Add randomUUID polyfill (#3669)
Related to: #3662
2021-09-29 15:09:05 -07:00

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() {};