UNPKG

shaka-player

Version:
17 lines (13 loc) 258 B
/*! @license * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Externs for the Cache API which are missing from the closure * compiler. * * @externs */ /** @type {CacheStorage} */ var caches;