LibWeb: Make the WebContentView::on_load_start hook actually work :^)

This commit is contained in:
Andreas Kling 2020-07-06 21:58:16 +02:00
commit 9169c8ca94
Notes: sideshowbarker 2024-07-19 05:06:04 +09:00
7 changed files with 20 additions and 0 deletions

View file

@ -11,4 +11,5 @@ endpoint WebContentClient = 90
DidUnhoverLink() =|
DidClickLink(URL url, String target, unsigned modifiers) =|
DidMiddleClickLink(URL url, String target, unsigned modifiers) =|
DidStartLoading(URL url) =|
}