-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving to micro-task for stuff #181
Comments
|
FWIW, #306 is starting down the path for microtask queues for autoruns and transitioning from queue to queue via microtask. |
You should retest this on Chrome 72, rAF now works correctly due to redesign of user activation |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we move to a micro-queue for more things, we may have some issues with
window.open
in some scenarios:test page: http://static.iamstef.net/security-open.html
This may or may not be a blocker, but figured I would drop findings so far here. So we can decide.
What is this? Turns out, there are some security features that prevent
window.open
from causing a window to open in several cases. specific if it seems to be not legimately the result of a user interaction either nothing happens, or a popup blocker UI is provided.Now, the heuristics for "legit" vs "illegitimate"
window.open
attempt is abit fuzzy.Table depicting:
?
needs to be testedThe text was updated successfully, but these errors were encountered: