mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
LibWeb: Add NavigateEvent, the main event of the Navigation API
This event is the star of the show, and the main way that web content can react to either programmatic or user-initiated navigation. All of the fun algorithms will have to come later though.
This commit is contained in:
parent
5374fbfbcf
commit
d1aea87889
9 changed files with 408 additions and 0 deletions
|
@ -44,6 +44,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Module"sv,
|
||||
"MutationRecord"sv,
|
||||
"NamedNodeMap"sv,
|
||||
"NavigationDestination"sv,
|
||||
"NavigationHistoryEntry"sv,
|
||||
"Node"sv,
|
||||
"Path2D"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue