mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Implement JS confirm()
This commit is contained in:
parent
0a483cf677
commit
1f6578ee0a
Notes:
sideshowbarker
2024-07-19 07:32:14 +09:00
Author: https://github.com/nicktiberi
Commit: 1f6578ee0a
Pull-request: https://github.com/SerenityOS/serenity/pull/1824
4 changed files with 20 additions and 0 deletions
|
@ -51,6 +51,7 @@ private:
|
|||
static void document_setter(JS::Interpreter&, JS::Value);
|
||||
|
||||
static JS::Value alert(JS::Interpreter&);
|
||||
static JS::Value confirm(JS::Interpreter&);
|
||||
static JS::Value set_interval(JS::Interpreter&);
|
||||
static JS::Value set_timeout(JS::Interpreter&);
|
||||
static JS::Value request_animation_frame(JS::Interpreter&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue