- From: Raphael Kubo da Costa <notifications@github.com>
- Date: Mon, 17 Jul 2017 11:39:43 +0000 (UTC)
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 July 2017 11:40:33 UTC
Arrays have not existed in the WebIDL spec since 2015, so the Gamepad spec (as well as the accompanying Gamepad Extensions one) were providing invalid IDL definitions. Switch to FrozenArray<T> and clarify in prose that some attributes should be cached by the user agent until new values have to be returned. Fixes #28. You can view, comment on, or merge this pull request online at: https://github.com/w3c/gamepad/pull/62 -- Commit Summary -- * Switch from WebIDL arrays to FrozenArray<>s in the IDLs. -- File Changes -- M extensions.html (6) M index.html (7) -- Patch Links -- https://github.com/w3c/gamepad/pull/62.patch https://github.com/w3c/gamepad/pull/62.diff -- 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/pull/62
Received on Monday, 17 July 2017 11:40:33 UTC