w3c / screen-orientation

The screen orientation lock specification
https://w3c.github.io/screen-orientation/
Other
27 stars 29 forks source link

"reject and nullify the current lock promise" and tasks #234

Closed annevk closed 1 year ago

annevk commented 2 years ago

I don't really understand why this queues tasks, until I saw that it also had an "in parallel" caller. However, that caller should probably queue a task to run this as this algorithm inspects document state that's not going to be available in parallel, right?

marcoscaceres commented 2 years ago

Right, yeah, it's going to parallel too early. I'll try to fix it up...