Re: [w3c/screen-orientation] Editorial: rewrite parallel steps (PR #236)

@annevk commented on this pull request.



> +        being [=Document/fully active=] while [=in parallel=], and if the
+        |document|'s {{Document/[[orientationPendingPromise]]}} is not `null`,
+        [=reject and nullify the current lock promise=] of |document| with an
+        {{"AbortError"}}:

Technically speaking this is not something you can do. You'd have to periodically queue tasks to make this check. But realistically this should all happen so fast that you should just check this once the in parallel algorithm has done its in parallel thing and queues a task to continue?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/pull/236#pullrequestreview-1159688677
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/screen-orientation/pull/236/review/1159688677@github.com>

Received on Friday, 28 October 2022 08:40:35 UTC