You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While crawling Fullscreen API Standard, the following algorithms fire an event, or resolve or reject a Promise, within a step that runs in parallel without first queuing a task:
The requestFullscreen(options) algorithm resolves/rejects a promise directly in a step that runs in parallel
The exit fullscreen algorithm resolves/rejects a promise directly in a step that runs in parallel
See Dealing with the event loop in the HTML specification for guidance on how to deal with algorithm sections that run in parallel.