- From: Johann Hofmann <notifications@github.com>
- Date: Tue, 29 Nov 2022 12:59:19 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 29 November 2022 20:59:34 UTC
@johannhof commented on this pull request. > @@ -628,9 +741,11 @@ <h3 id="reading-current-states"> </li> </ol> </li> - <li>If there was a previous invocation of this algorithm with the same |descriptor| and - |settings|, returning |previousResult|, and the user agent has not received <a>new - information about the user's intent</a> since that invocation, return |previousResult|. + <li>Let |key| be the result of [=powerful feature/permission key generation algorithm|generating a permission key=] with |settings|. + </li> + <li>Let |entry| be the result of [=get a permission store entry|getting a permission store entry=] with |descriptor| and |key|. + </li> + <li>If |entry| is not null, return a {{PermissionState}} enum value from |entry|'s [=permission store entry/state=] and |entry|'s [=permission store entry/descriptor=]'s {{PermissionDescriptor/name}}. Haha, good question. I think I can remove that. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/390#discussion_r1035278200 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/390/review/1198343774@github.com>
Received on Tuesday, 29 November 2022 20:59:34 UTC