- From: Thiago Perrotta <notifications@github.com>
- Date: Wed, 22 Nov 2023 02:49:35 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 November 2023 10:49:41 UTC
@thiagowfx commented on this pull request. > + <li> + <a>Queue a task</a> |task| on the [=permissions task source=] of |target|'s + [=relevant settings object=]'s [=environment settings object/global object=]'s + [=Window/browsing context=] to perform the following step: + <ol> + <li>Interpret |state| as if it were the + result of an invocation of <a>permission state</a> for |descriptor| with the + argument |target| made at this moment. + </li> + </ol> + </li> + <li>[=list/Append=] |task| to |tasks|. + </li> + </ol> + </li> + <li>Wait for all <a>tasks</a> in |tasks| to have executed. Ah, now I see the point of adding the `and return`, because it's extracted into an algorithm. Done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/425#discussion_r1401860948 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/425/review/1744094768@github.com>
Received on Wednesday, 22 November 2023 10:49:41 UTC