LibWeb+WebContent: Update and fully implement the JSON clone algorithm

We have the facilities now to fully implement this AO. Do so, and update
the AO to match the latest spec.
This commit is contained in:
Timothy Flynn 2024-11-02 13:09:26 -04:00 committed by Andreas Kling
commit a5ca036d36
Notes: github-actions[bot] 2024-11-03 17:08:51 +00:00
3 changed files with 99 additions and 59 deletions

View file

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