Files
ladybird/Userland/Libraries/LibWeb/HTML/Storage.h
Jelle Raaijmakers 4c189166f4 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.
2024-10-18 23:10:22 +02:00

1.6 KiB