mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
This commit is contained in:
parent
a94ef9e021
commit
9169c8ca94
7 changed files with 20 additions and 0 deletions
|
@ -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) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue