mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Port HTMLFormElement from ByteString
This commit is contained in:
committed by
Andreas Kling
parent
0b7c8e0de5
commit
10e5458e27
Notes:
sideshowbarker
2024-07-17 04:10:16 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/10e5458e27 Pull-request: https://github.com/SerenityOS/serenity/pull/22261
@@ -35,7 +35,7 @@ class HTMLFormElement final : public HTMLElement {
|
||||
public:
|
||||
virtual ~HTMLFormElement() override;
|
||||
|
||||
ByteString action_from_form_element(JS::NonnullGCPtr<HTMLElement> element) const;
|
||||
String action_from_form_element(JS::NonnullGCPtr<HTMLElement> element) const;
|
||||
|
||||
enum class MethodAttributeState {
|
||||
#define __ENUMERATE_FORM_METHOD_ATTRIBUTE(_, state) state,
|
||||
|
||||
Reference in New Issue
Block a user