LibWeb+WebContent: Implement the WebDriver JSON clone steps for elements

This is needed by WPT to serialize NodeList instances.
This commit is contained in:
Timothy Flynn 2024-09-13 19:41:31 -04:00 committed by Tim Ledbetter
commit bf60765903
Notes: github-actions[bot] 2024-09-14 23:57:21 +00:00
5 changed files with 36 additions and 1 deletions

View file

@ -21,6 +21,7 @@ enum class ExecuteScriptResultType {
Timeout,
JavaScriptError,
BrowsingContextDiscarded,
StaleElement,
};
struct ExecuteScriptResult {