Files
shaka-player/externs/device_sensor_event.js
T
Álvaro Velad Galván 95c6a7dda3 feat(UI): UI support for VR content (#6450)
Co-authored-by: Joey Parrish <joeyparrish@google.com>
2024-04-25 13:43:32 +02:00

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() {};