[w3c/gamepad] [Extensions] make pulse() more like navigator.vibrate (#66)

It would be nice to have pulse be like navigator.vibrate or to have something similar

```
navigator.vibrate(100) // simple value for duration
navigator.vibrate([100,500, 100]) // array for duration, pause duration patterns
```

Thoughts ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/issues/66

Received on Tuesday, 28 November 2017 03:26:06 UTC