[Webkit-unassigned] [Bug 282593] Support beforeunload on subframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 18 16:03:38 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=282593

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
We do dispatch beforeunload in subframes. The issue is that the tests seem to expect the beforeunload event to get fired *synchronously* when calling `navigate()`. In WebKit, it gets called asynchronously since there is a navigation policy decision that happens before we navigate and this policy decision is normally async.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241119/742d9ca6/attachment.htm>


More information about the webkit-unassigned mailing list