Re: [vibra] Vibration API -- the first stab (was: Mozilla's WebVibrator contribution)

On 28.10.2011, at 12.51, ext JOSE MANUEL CANTERA FONSECA wrote:

> In addition I'm missing
> 
> navigator.vibrator.cancel(vibrationRequest)

This is the same as one of the following:

vibrate(undefined)
vibrate()
vibrate(null)
vibrate(0)
vibrate([])

I was also wondering if it would be useful to have a bit of syntactic sugar in a form of explicit cancel() method. I left it out because Mozilla did not implement it.

-Anssi

Received on Friday, 28 October 2011 12:05:19 UTC