/*! @license
* Shaka Player
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for WebTransport which were missing in the
* Closure compiler.
*
* @externs
*/
/** @type {string} */
WebTransport.prototype.protocol;