Skip to content
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

What happens if a frame is paused during pageload? #22

Open
bzbarsky opened this issue Sep 16, 2017 · 1 comment
Open

What happens if a frame is paused during pageload? #22

bzbarsky opened this issue Sep 16, 2017 · 1 comment

Comments

@bzbarsky
Copy link

Can the load event on the parent fire before the frame is unpaused? I'd assume not, because the load event on the frame itself can't fire, and the load event on the parent needs to fire after the one for the frame...

On the other hand, since there's no way to create a frame in an "already paused" state, this could be a bit of a footgun, unless people make sure to pause frames from those frames' load events or something.

@jkarlin
Copy link
Owner

jkarlin commented Nov 2, 2017

Right, the load event won't fire on the parent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants