LibWeb: Implement HTMLElement.innerText setter

This commit is contained in:
Shannon Booth 2024-11-11 05:33:44 +13:00 committed by Alexander Kalenik
commit 653c8f231d
Notes: github-actions[bot] 2024-11-10 20:32:20 +00:00
3 changed files with 91 additions and 47 deletions

View file

@ -45,7 +45,7 @@ public:
void set_inner_text(StringView);
[[nodiscard]] String outer_text();
WebIDL::ExceptionOr<void> set_outer_text(String);
WebIDL::ExceptionOr<void> set_outer_text(String const&);
int offset_top() const;
int offset_left() const;