- From: Jeffrey Yasskin <notifications@github.com>
- Date: Fri, 11 Mar 2016 13:35:33 -0800
- To: w3c/permissions <permissions@noreply.github.com>
Received on Friday, 11 March 2016 21:36:28 UTC
> + A <dfn data-export="">permission request algorithm</dfn> > + </dt> > + <dd> > + Takes the previously-stored <a>permission storage type</a>, an > + <a>associated PermissionDescriptor</a>, and a newly-created > + <a>permission result type</a>, shows the user any necessary prompt to > + try to increase permissions, and updates the <a>permission storage > + type</a> and <a>permission result type</a> to match. Used by <a for= > + "Permissions" lt="request">Permissions.request()</a>, which handles > + reading and writing the <a>permission store</a>. > + </dd> > + <dt> > + A <dfn data-export="">permission revocation algorithm</dfn> > + </dt> > + <dd> > + After <a for="Permissions" lt="revoke">Permissions.revoke()</a> Done. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/66/files#r55891994
Received on Friday, 11 March 2016 21:36:28 UTC