mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
LibWeb/HTML: Add cloning steps for HTMLScriptElement
This commit is contained in:
parent
2e96ba11e4
commit
3dbaae5cfc
Notes:
github-actions[bot]
2025-01-05 21:12:49 +00:00
Author: https://github.com/AtkinsSJ
Commit: 3dbaae5cfc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3150
Reviewed-by: https://github.com/tcl3 ✅
2 changed files with 14 additions and 0 deletions
|
@ -63,6 +63,8 @@ public:
|
|||
[[nodiscard]] bool async() const;
|
||||
void set_async(bool);
|
||||
|
||||
virtual WebIDL::ExceptionOr<void> cloned(Node&, bool) override;
|
||||
|
||||
private:
|
||||
HTMLScriptElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue