mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
LibWeb: Implement the start of the Navigation API
This API is how JavaScript can manipulate the new Navigable concepts directly. We are still missing most of the interesting algorithms on Navigation that do the actual navigation steps, and call into the currently WIP navigable AOs.
This commit is contained in:
parent
51c2835044
commit
0c2f758067
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/ADKaster
Commit: 0c2f758067
Pull-request: https://github.com/SerenityOS/serenity/pull/20720
Reviewed-by: https://github.com/kalenikaliaksandr
Reviewed-by: https://github.com/shannonbooth ✅
9 changed files with 378 additions and 0 deletions
|
@ -62,6 +62,9 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(loadstart) \
|
||||
__ENUMERATE_HTML_EVENT(message) \
|
||||
__ENUMERATE_HTML_EVENT(messageerror) \
|
||||
__ENUMERATE_HTML_EVENT(navigate) \
|
||||
__ENUMERATE_HTML_EVENT(navigatesuccess) \
|
||||
__ENUMERATE_HTML_EVENT(navigateerror) \
|
||||
__ENUMERATE_HTML_EVENT(offline) \
|
||||
__ENUMERATE_HTML_EVENT(online) \
|
||||
__ENUMERATE_HTML_EVENT(open) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue