UNPKG

shaka-player

Version:
28 lines (24 loc) 603 B
/** @license * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Externs for DOMStringList to override those provided by the * Closure Compiler. * * TODO: contribute fixes to the Closure Compiler externs * * @externs */ /** * This is an Iterable, but Closure's built-in extern doesn't seem to declare it * as such in this version of the compiler (20200406). * * Here we override that definition. * * @implements {IArrayLike<string>} * @implements {Iterable<string>} * @constructor * @suppress {duplicate} */ var DOMStringList = function() {};