- From: Thiago Perrotta <notifications@github.com>
- Date: Tue, 21 Nov 2023 02:03:54 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 November 2023 10:03:59 UTC
@thiagowfx commented on this pull request.
> + permissions.SetPermissionParameters = {
+ descriptor: permissions.PermissionDescriptor,
+ state: permissions.PermissionState,
+ }
+ </pre>
+ </dd>
+ <dt>Result Type</dt>
+ <dd>
+ <pre class="cddl">
+ EmptyResult
+ </pre>
+ </dd>
+ </dl>
+ <ol algorithm="remote end steps for permissions.setPermission">
+ <p>
+ TODO: Add user <code>context</code> to <code>SetPermissionParameters</code>.
I'm planning to address the two TODOs in follow-up PRs.
The idea is to first land the MVP (this PR), then take a initial stab at implementing it, and then go back here and augment it, then extend the implementation again.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/425#discussion_r1400306325
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/permissions/pull/425/review/1741554109@github.com>
Received on Tuesday, 21 November 2023 10:03:59 UTC