WebIDLpedia

[DEPRECATED] GyroscopeReadingValues dictionary

As of October 18, 2023, this name is no longer defined by a Web Platform specification

Definition

Gyroscope defines GyroscopeReadingValues



dictionary GyroscopeReadingValues {
  required double? x;
  required double? y;
  required double? z;
};