ladybird/Tests/LibWeb/Text/expected/wpt-import/webstorage
Shannon Booth 2066ed2318 LibWeb: Correctly initialize Storage objects on the Document
Instead of storing all storage objects in static memory, we now
follow the the spec by lazily creating a unique Storage object
on each document object.

Each Storage object now holds a 'proxy' to the underlying backing
storage. For now, this proxy is simply a reference to the backing
object. In the future, it will need to be some type of interface
object that stores on a SQLite database or similar.

Session storage is now correctly stored / tracked as part of the
TraversableNavigable object.

Local storage is still stored in a static map, but eventually this
should be factored into something that is stored at the user agent
level.
2025-01-02 11:31:15 +01:00
..
event_constructor.window.txt
event_initstorageevent.window.txt
event_session_storagearea.txt LibWeb: Correctly initialize Storage objects on the Document 2025-01-02 11:31:15 +01:00
storage_local_setitem_quotaexceedederr.window.txt LibWeb/HTML: Enforce quota limit for local and session storage 2025-01-02 11:31:15 +01:00
storage_session_setitem_quotaexceedederr.window.txt LibWeb/HTML: Enforce quota limit for local and session storage 2025-01-02 11:31:15 +01:00