Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/executorwebdriver
/
.
/
interfaces
/
gyroscope.idl
blob: 227a3b96a299e638ceba9e71e34ff4df435625c2 [
file
] [
log
] [
blame
] [
edit
]
[
Constructor
(
optional
SensorOptions
sensorOptions
),
SecureContext
,
Exposed
=
Window
]
interface
Gyroscope
:
Sensor
{
readonly
attribute
double
?
x
;
readonly
attribute
double
?
y
;
readonly
attribute
double
?
z
;
};