Re: [w3ctag/design-reviews] Gamepad API input events (#662)

I am not a fan of having two different event handlers when you are only supposed to use one of them and choose. Also, as they deliver data differently you can argue that they are not side effect free (as they configure this change) and that is thus against the web design principles (as Anne pointed out).

The Generic Sensor API works around this by having `start()` and `stop()` methods and `start()` can take arguments, so you could do something like `start( { coalesce: false })` 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/662#issuecomment-987700244

Received on Tuesday, 7 December 2021 08:48:22 UTC