UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

4 lines 193 B
// Vibration API // http://www.w3.org/TR/vibration/ // https://developer.mozilla.org/en/DOM/window.navigator.mozVibrate Modernizr.addTest('vibrate', !!Modernizr.prefixed('vibrate', navigator));