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