- From: Mike Taylor <notifications@github.com>
- Date: Mon, 12 Feb 2024 07:57:15 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 February 2024 15:57:21 UTC
@miketaylr commented on this pull request. (apologies for the delay here!) > @@ -1459,6 +1461,9 @@ <h6 id="webdriver-bidi-command-permissions-setPermission"> </li> <li>Let |state| be the value of the `state` field of |command parameters|. </li> + <li>Let |user context id| be the value of the `userContext` field of |command Trying to understand what a "user context" looks like... in https://w3c.github.io/webdriver-bidi/#user-context, it seems like a data structure that has an ID, has a storage partition, and has a collection of traversables? Is that right? Or is it strictly just a unique identifier and the rest happens by magic? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/438#pullrequestreview-1875574383 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/438/review/1875574383@github.com>
Received on Monday, 12 February 2024 15:57:21 UTC