Bug 1465923 [wpt PR 9838] - Update the vibration IDL file, a=testonly

Automatic update from web-platform-testsUpdate the vibration IDL file (#9838)

--

wpt-commits: badf1722b0794e9982324465b8fd65308abcc7f6
wpt-pr: 9838
This commit is contained in:
Luke Bjerring 2018-05-31 19:25:55 +00:00 коммит произвёл James Graham
Родитель 6faffe2e37
Коммит dd4ed63a16
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -291262,6 +291262,11 @@
{}
]
],
"interfaces/vibration.idl": [
[
{}
]
],
"interfaces/wake-lock.idl": [
[
{}
@ -586373,6 +586378,10 @@
"416ee65b3ba9e438a3178c6c04a414f42d759fc8",
"support"
],
"interfaces/vibration.idl": [
"d1f3f51b0c6a46958d4bb3e9cc8bbc85e8a74512",
"support"
],
"interfaces/wake-lock.idl": [
"7d0ee3d60a923bf454e18f9116cded1cc3a16f9b",
"support"

Просмотреть файл

@ -0,0 +1,9 @@
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the Vibration API spec.
// See https://w3c.github.io/vibration/
typedef (unsigned long or sequence<unsigned long>) VibratePattern;
partial interface Navigator {
boolean vibrate (VibratePattern pattern);
};