Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
libraries
/
idl
/
org.w3c.vibration.idl
blob: 96372dd71e54f4ff15cbfb2d0b136bda56dd5ffd [
file
] [
log
] [
blame
]
namespace
org
.
w3c
.
vibration
;
// Downloaded from http://www.w3.org/TR/vibration/
typedef
(
unsigned
long
or
sequence
<
unsigned
long
>)
VibratePattern
;
partial
interface
Navigator
{
boolean
vibrate
(
VibratePattern
pattern
);
};