w3c / gamepad

Gamepad
https://w3c.github.io/gamepad/
Other
138 stars 49 forks source link

Add sequenceId slot and fix effect promises #201

Open nondebug opened 2 months ago

nondebug commented 2 months ago

Closes #200

The following tasks have been completed:

Implementation commitment:


Preview | Diff

marcoscaceres commented 1 month ago

@gterzian, do you want to check this also?

marcoscaceres commented 1 month ago

Will need to check if the original issue is observable in any browser or if there was code already preventing this. Might be good if we can come up with a test to confirm (seems it might be possible to do so).

marcoscaceres commented 1 month ago

@nondebug I'm still not sure what happens if the identifiers don't match... feels like there should be some kind of assert or something somewhere to assuring nothing is getting out of sync.

nondebug commented 1 month ago

@gterzian Thanks for the suggestions!

@marcoscaceres Please take another look