Images 💾

Last commit ⭐

commit ccda8d1e2898dc3ca8141763cd4a750843bbf917
Author:     Jelle Raaijmakers <jelle@gmta.nl>
AuthorDate: Fri Oct 18 00:04:35 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Fri Nov 29 23:02:23 2024 -0500

    LibWeb: Implement indexed property support for HTML::Storage
    
    We only supported named properties on Storage, and as a result
    `localStorage[0]` would be disconnected from the Storage's backing map.
    
    Fixes at least 20 subtests in WPT in /webstorage.
    
    (cherry picked from commit 4c189166f4f721211ff9b693f306f65033d70ac1)