Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
libraries
/
stdlib
/
js
/
idl
/
org.w3c.vibration.idl
blob: 4adce0af5674a3df076b6e56970bc2aa6b61ec8f [
file
] [
log
] [
blame
]
package
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
);
};