- From: Jeffrey Yasskin <notifications@github.com>
- Date: Sun, 17 Apr 2016 11:53:50 -0700
- To: w3c/permissions <permissions@noreply.github.com>
Received on Sunday, 17 April 2016 18:54:21 UTC
Preview at https://rawgit.com/jyasskin/permissions/rename-permission-status/index.html#permissionresult. The idea is that the result of `query()` isn't just the status of a permission; it can include extra data like, for Bluetooth, the list of allowed devices that match the query. Do folks think this is a good change? This changes user-visible behavior if folks are modifying `PermissionStatus.prototype`, so I should check that nobody's actually doing that. You can view, comment on, or merge this pull request online at: https://github.com/w3c/permissions/pull/82 -- Commit Summary -- * Rename PermissionStatus to PermissionResult. -- File Changes -- M index.bs (86) M index.html (118) -- Patch Links -- https://github.com/w3c/permissions/pull/82.patch https://github.com/w3c/permissions/pull/82.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/permissions/pull/82
Received on Sunday, 17 April 2016 18:54:21 UTC