mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibWeb: Implement Window.prompt()
This commit is contained in:
parent
f10967e364
commit
5e07c27e25
Notes:
sideshowbarker
2024-07-18 22:07:15 +09:00
Author: https://github.com/linusg
Commit: 5e07c27e25
Pull-request: https://github.com/SerenityOS/serenity/pull/5423
Reviewed-by: https://github.com/awesomekling
14 changed files with 74 additions and 2 deletions
|
@ -16,4 +16,5 @@ endpoint WebContentClient = 90
|
|||
DidRequestLinkContextMenu(Gfx::IntPoint content_position, URL url, String target, unsigned modifiers) =|
|
||||
DidRequestAlert(String message) => ()
|
||||
DidRequestConfirm(String message) => (bool result)
|
||||
DidRequestPrompt(String message, String default_) => (String response)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue