mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
baad08ed7e
Closes #855 Change-Id: Ib3b838a05bd147d60a91903bcc54176f86bc9f9d
28 lines
791 B
JavaScript
28 lines
791 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2016 Google Inc.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Externs for NetworkInformation which were missing in the
|
|
* Closure compiler.
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
|
|
/** @type {boolean} */
|
|
NetworkInformation.prototype.saveData;
|