Files
kotlin-fork/libraries/stdlib/js/idl/org.w3c.vibration.idl
T
2019-10-12 01:39:25 +02:00

9 lines
224 B
Plaintext

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);
};