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

On Fri, Oct 28, 2011 at 5:04 AM, Anssi Kostiainen
<anssi.kostiainen@nokia.com> wrote:
> 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([])

This seems a bit redundant. In particular, the first three seems
unnecessary to support.

/ Jonas

Received on Monday, 31 October 2011 16:16:10 UTC