mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
95c6a7dda3
Co-authored-by: Joey Parrish <joeyparrish@google.com>
19 lines
313 B
JavaScript
19 lines
313 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Externs for DeviceMotionEvent which were missing in the
|
|
* Closure compiler.
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
|
|
/**
|
|
* @return {!Promise.<string>}
|
|
*/
|
|
DeviceMotionEvent.requestPermission = function() {};
|