pause-document
pause-document copied to clipboard
What happens if a frame is paused during pageload?
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.
Right, the load event won't fire on the parent.