mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibWeb: Add Element.id property to the bindings
This commit is contained in:
parent
0f7bcd4111
commit
c1c56b1131
Notes:
sideshowbarker
2024-07-19 08:03:39 +09:00
Author: https://github.com/awesomekling
Commit: c1c56b1131
2 changed files with 17 additions and 0 deletions
|
@ -44,6 +44,9 @@ private:
|
|||
|
||||
static JS::Value inner_html_getter(JS::Interpreter&);
|
||||
static void inner_html_setter(JS::Interpreter&, JS::Value);
|
||||
|
||||
static JS::Value id_getter(JS::Interpreter&);
|
||||
static void id_setter(JS::Interpreter&, JS::Value);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue