Definition
Device Orientation and Motion defines DeviceMotionEventRotationRate
[Exposed=Window, SecureContext]
interface DeviceMotionEventRotationRate {
readonly attribute double? alpha;
readonly attribute double? beta;
readonly attribute double? gamma;
};