UNPKG

shaka-player

Version:
19 lines (15 loc) 312 B
/*! @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() {};