Images 💾

Last commit ⭐

commit 890da021c4f68abc4069d9e49ed02538f350734d
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Tue Apr 16 18:29:07 2024 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Apr 16 19:51:56 2024 +0200

    LibWeb: Abort ongoing navigation before firing next navigation event
    
    I haven't found this being mentioned in the current spec, but that is
    what chromium (atm the only other Navigation API implementer) does.
    
    Fixes crashing when location.hash is changed subsequently more than once
    using JS.