ladybird/Tests/LibWeb/Text/expected/HTML/StructuredClone-deep-nesting.txt
aplefull 52f45aef4e LibWeb+LibJS: Don't crash when serializing deeply nested values
Deeply nested structures passed to JSON.stringify or structuredClone
would cause a lot of recursion, eventually causing a crash.

We now throw an InternalError instead, same as other browser engines.
2026-06-03 13:00:01 +01:00

1 line
53 B
Text

ERROR: InternalError: Call stack size limit exceeded