mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-30 00:09:01 +00:00
LibWeb: Port URL and URLSearchParams to new String
This commit is contained in:
parent
843c9d6cd7
commit
9da09e4fd3
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/kennethmyhra
Commit: 9da09e4fd3
Pull-request: https://github.com/SerenityOS/serenity/pull/17686
Reviewed-by: https://github.com/linusg
12 changed files with 229 additions and 157 deletions
|
@ -32,7 +32,7 @@ HTMLButtonElement::HTMLButtonElement(DOM::Document& document, DOM::QualifiedName
|
|||
case TypeAttributeState::Submit:
|
||||
// Submit Button
|
||||
// Submit element's form owner from element.
|
||||
form()->submit_form(this);
|
||||
form()->submit_form(this).release_value_but_fixme_should_propagate_errors();
|
||||
break;
|
||||
case TypeAttributeState::Reset:
|
||||
// Reset Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue