- From: Alex Rudenko <notifications@github.com>
- Date: Thu, 09 Nov 2023 09:27:02 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 November 2023 17:27:07 UTC
@OrKoN commented on this pull request. > + [=extension module=] simulates user modification of a {{PermissionDescriptor}}'s + [=permission state=]. + </p> + <dl> + <dt>Command Type</dt> + <dd> + <pre class="cddl remote-cddl"> + permissions.setPermission = ( + method: "permissions.setPermission", + params: permissions.SetPermissionParameters + ) + + permissions.SetPermissionParameters = { + descriptor: permissions.PermissionDescriptor, + state: permissions.PermissionState, + ? context: browsingContext.BrowsingContext, todo (as discussed): this would be a user context but we could leave it out at first as it would be a new feature compared with the webdriver classic -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/425#pullrequestreview-1723135391 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/425/review/1723135391@github.com>
Received on Thursday, 9 November 2023 17:27:07 UTC