00b23a0fe9
Move kotlin.* api inside kotlin directory. Update copyright paths.
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
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);
|
|
};
|
|
|