1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

LibWeb: Call process_session_history_traversal_queue on history update

Spec declares that the updates to history should be synchronous on
initial page load and on history pushState/replaceState.
This commit is contained in:
Vladimir Shakhov 2023-12-14 11:38:45 +01:00 committed by Alexander Kalenik
parent 9793d69d4f
commit e2391105a1
4 changed files with 20 additions and 3 deletions

View file

@ -0,0 +1 @@
test done!