mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
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:
parent
3d0bbb4bcf
commit
a5ca036d36
Notes:
github-actions[bot]
2024-11-03 17:08:51 +00:00
Author: https://github.com/trflynn89
Commit: a5ca036d36
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2137
3 changed files with 99 additions and 59 deletions
|
@ -22,6 +22,7 @@ enum class ExecuteScriptResultType {
|
|||
JavaScriptError,
|
||||
BrowsingContextDiscarded,
|
||||
StaleElement,
|
||||
DetachedShadowRoot,
|
||||
};
|
||||
|
||||
struct ExecuteScriptResult {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue