- From: <bugzilla@jessica.w3.org>
- Date: Mon, 23 Jun 2014 18:41:43 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21434 --- Comment #3 from Ted Mielczarek [:ted] <ted@mielczarek.org> --- I chatted with another implementer and they were curious as to whether (assuming that Gamepad objects are snapshots): navigator.getGamepads()[0] == navigator.getGamepads()[0] ought to be true. It looks like it currently is in Chrome, but not in the IE developer preview. We agreed that sensible spec language would allow that to be true, and in fact the spec should allow implementations to return the same snapshot for a Gamepad until the data changes (the gamepad has been interacted with in some way). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 23 June 2014 18:41:44 UTC