tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

vibration.idl (338B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Vibration API (https://w3c.github.io/vibration/)
      5 
      6 typedef (unsigned long or sequence<unsigned long>) VibratePattern;
      7 
      8 partial interface Navigator {
      9    boolean vibrate (VibratePattern pattern);
     10 };