mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb+WebContent: Implement the WebDriver JSON clone steps for elements
This is needed by WPT to serialize NodeList instances.
This commit is contained in:
parent
2dc8cad785
commit
bf60765903
Notes:
github-actions[bot]
2024-09-14 23:57:21 +00:00
Author: https://github.com/trflynn89
Commit: bf60765903
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1403
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 36 additions and 1 deletions
|
@ -21,6 +21,7 @@ enum class ExecuteScriptResultType {
|
|||
Timeout,
|
||||
JavaScriptError,
|
||||
BrowsingContextDiscarded,
|
||||
StaleElement,
|
||||
};
|
||||
|
||||
struct ExecuteScriptResult {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue